There is no spoon

UE3:LadderVolume (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> Actor >> Brush >> Volume >> PhysicsVolume >> LadderVolume
Package: 
Engine
This class in other games:
U2, UE2Runtime, UT2003, UT2004, U2XMP, UDK

null

Properties

Property group 'LadderVolume'

bAllowLadderStrafing

Type: bool

if true, players on ladder can strafe sideways

Default value: True

bAutoPath

Type: bool

add top and bottom ladders automatically

Default value: True

bNoPhysicalLadder

Type: bool

if true, won't push into/keep player against geometry in lookdir

Internal variables

ClimbDir

Type: Object.Vector

pawn can move in this direction (or reverse)

Default value:

Member Value
000000,Y
000000,Z
X 0.0

LadderList

Type: Ladder

Modifiers: const

list of Ladder actors associated with this LadderVolume

LookDir

Type: Object.Vector


PendingClimber

Type: Pawn


WallDir

Type: Object.Rotator


Default values

Property Value
CollisionType COLLIDE_CustomDefault
Components[1] ArrowComponent'Arrow'
RemoteRole ROLE_SimulatedProxy

Subobjects

Arrow

Class: Engine.ArrowComponent

Property Value
ArrowColor
Member Value
A 255
B 150
G 100
R 150
ArrowSize 5.0

BrushComponent0

Class: Engine.BrushComponent

Inherits from: PhysicsVolume.BrushComponent0

No new values.

Functions

Events

PawnEnteredVolume

simulated event PawnEnteredVolume (Pawn P)

Overrides: PhysicsVolume.PawnEnteredVolume


PawnLeavingVolume

simulated event PawnLeavingVolume (Pawn P)

Overrides: PhysicsVolume.PawnLeavingVolume


PhysicsChangedFor

simulated event PhysicsChangedFor (Actor Other)

Overrides: PhysicsVolume.PhysicsChangedFor


PostBeginPlay

simulated event PostBeginPlay ()

Overrides: PhysicsVolume.PostBeginPlay


Other instance functions

InUse

function bool InUse (Pawn Ignored)