The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:ACTION_PlaySound (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> ScriptedAction >> ACTION_PlaySound |
- Package:
- Gameplay
- This class in other games:
- UE2Runtime, UT2004, U2
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. |
null
Properties
Property group 'Action'
bAttenuate
Type: bool
Default value: True
Pitch
Type: float
Default value: 1.0
Sound
Type: Sound
Volume
Type: float
Default value: 1.0
Default values
Property | Value |
---|---|
ActionString | "play sound" |
Instance functions
GetActionString
function string GetActionString ()
Overrides: ScriptedAction.GetActionString
InitActionFor
function bool InitActionFor (ScriptedController C)
Overrides: ScriptedAction.InitActionFor