I'm a doctor, not a mechanic

UE3:UTAutoCrouchVolume (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> Brush >> Volume >> UTAutoCrouchVolume
Package: 
UTGame
This class in other games:
UT3

this volume automatically crouches console players as there's no manual crouch on the console controls

Default values[edit]

Property Value
bColored True
BrushColor
Member Value
A 255
B 255
G 64
R 64
bStatic False
CollisionType COLLIDE_CustomDefault

Subobjects[edit]

BrushComponent0[edit]

Class: Engine.BrushComponent

Inherits from: Volume.BrushComponent0

Property Value
ReplacementPrimitive None

Functions[edit]

Events[edit]

Touch[edit]

simulated event Touch (Actor Other, PrimitiveComponent OtherComp, Object.Vector HitLocation, Object.Vector HitNormal)

Overrides: Actor.Touch


UnTouch[edit]

simulated event UnTouch (Actor Other)

Overrides: Actor.UnTouch


Other instance functions[edit]

CrouchTimer[edit]

simulated function CrouchTimer ()

timer used to make sure console players in the volume stay crouched (in case some action resets it)

SetCrouch[edit]

simulated function SetCrouch (Pawn P, byte bCrouch)

turns on/off crouching for the specified Pawn if it is controlled by a console player