I don't need to test my programs. I have an error-correcting modem.
Difference between revisions of "UE3:UTAutoCrouchVolume (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(Talk) |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
{{autogenerated}} | {{autogenerated}} | ||
this volume automatically crouches console players as there's no manual crouch on the console controls | this volume automatically crouches console players as there's no manual crouch on the console controls | ||
+ | |||
+ | Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. | ||
==Default values== | ==Default values== |
Revision as of 02:44, 26 July 2008
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
this volume automatically crouches console players as there's no manual crouch on the console controls
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Default values
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bColored | True | ||||||||||
BrushColor |
|
||||||||||
bStatic | False | ||||||||||
CollisionType | COLLIDE_CustomDefault |
Subobjects
BrushComponent0
Class: Engine.BrushComponent
Inherits from: Volume.BrushComponent0
No new values.
Functions
Events
Touch
simulated event Touch (Actor Other, PrimitiveComponent OtherComp, Object.Vector HitLocation, Object.Vector HitNormal)
Overrides: Actor.Touch
UnTouch
simulated event UnTouch (Actor Other)
Overrides: Actor.UnTouch
Other instance functions
CrouchTimer
simulated function CrouchTimer ()
timer used to make sure console players in the volume stay crouched (in case some action resets it)
SetCrouch
turns on/off crouching for the specified Pawn if it is controlled by a console player