The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:TriggeredAmbientSound (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- Package:
- UnrealShare
- This class in other games:
- U1, UT
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. |
TriggeredAmbientSound.
Properties
Property group 'TriggeredAmbientSound'
AmbSound
Type: Sound
bInitiallyOn
Type: bool
bPlayOnceOnly
Type: bool
rePlayTime
Type: float
rePlayVariance
Type: float
Internal variables
bIsOn
Type: bool
bPlayedOnce
Type: bool
Events
BeginPlay
event BeginPlay ()
Overrides: Actor.BeginPlay
Timer
event Timer ()
Overrides: Actor.Timer
States
OnWhileTriggered
OnWhileTriggered.Trigger
Overrides: Actor.Trigger (global)
OnWhileTriggered.UnTrigger
Overrides: Actor.UnTrigger (global)
TriggerToggled
TriggerToggled.Trigger
Overrides: Actor.Trigger (global)