UE2:Ladder (U2XMP): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
m Reverted edits by 94.19.191.183 (Talk) to last revision by Wormbo
 
Line 8: Line 8:
null
null


doors.txt;3;6
==Properties==
====LadderList====
'''Type:''' {{cl|Ladder}}
 
<!-- enter variable description -->
 
====MyLadder====
'''Type:''' {{cl|LadderVolume}}
 
<!-- enter variable description -->
 
===Default values===
{| class="list defaults"
! Property
! Value
|-
| {{tl|bAllowFlyPaths||NavigationPoint}}
| False
|-
| {{tl|bAllowJumpPaths||NavigationPoint}}
| False
|-
| {{tl|bAllowSwimPaths||NavigationPoint}}
| False
|-
| {{tl|bDirectional||Actor properties}}
| True
|-
| {{tl|bFindBase||NavigationPoint}}
| False
|-
| {{tl|bSpecialMove||NavigationPoint}}
| True
|-
| {{tl|Texture||Actor properties}}
| {{cl|Texture}}'Engine.S_Ladder'
|}


==Events==
==Events==

Latest revision as of 05:04, 24 March 2010

U2XMP Object >> Actor >> NavigationPoint >> Ladder
Package:
Engine
Direct subclass:
AutoLadder
This class in other games:

null

Properties

LadderList

Type: Ladder


MyLadder

Type: LadderVolume


Default values

Property Value
bAllowFlyPaths False
bAllowJumpPaths False
bAllowSwimPaths False
bDirectional True
bFindBase False
bSpecialMove True
Texture Texture'Engine.S_Ladder'

Events

SuggestMovePreparation

event bool SuggestMovePreparation (Pawn Other)

Overrides: NavigationPoint.SuggestMovePreparation