Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UT2k4Assault.ACTION_PlayExplosionSound

Extends
LatentScriptedAction

Core.Object
|   
+-- Gameplay.ScriptedAction
   |   
   +-- Gameplay.LatentScriptedAction
      |   
      +-- UT2k4Assault.ACTION_PlayExplosionSound

Variables Summary
bytebPlayed[11]
SoundExplosionSound[11]
ActorSoundEmitter
Action
nameSoundEmitterActorTag
floatSoundPitchScale
floatSoundRadiusScale
floatSoundVolumeScale
Inherited Variables from Gameplay.ScriptedAction
ActionString, bValidForTrigger

Functions Summary
event ActionCompleted ()))
functionbool CompleteWhenTimer ()))
functionbool CompleteWhenTriggered ()))
functionstring GetActionString ()))
functionbool InitActionFor (ScriptedController C))
function PlayUniqueRandomExplosion ()))
event PostBeginPlay (ScriptedSequence SS ))
event Reset ()))
Inherited Functions from Gameplay.LatentScriptedAction
CompleteOnAnim, CompleteOnLIPSincAnim, CompleteWhenTimer, CompleteWhenTriggered, DisplayDebug, GetDistance, GetMoveTargetFor, InitActionFor, MoveToGoal, StillTicking, TickedAction, TurnToGoal, WaitForPlayer
Inherited Functions from Gameplay.ScriptedAction
ActionCompleted, EndsSection, GetActionString, GetScript, InitActionFor, PostBeginPlay, ProceedToNextAction, ProceedToSectionEnd, Reset, StartsSection


Variables Detail

bPlayed[11] Source code

var byte bPlayed[11];

ExplosionSound[11] Source code

var Sound ExplosionSound[11];

SoundEmitter Source code

var Actor SoundEmitter;

Action

SoundEmitterActorTag Source code

var(Action) name SoundEmitterActorTag;

SoundPitchScale Source code

var(Action) float SoundPitchScale;

SoundRadiusScale Source code

var(Action) float SoundRadiusScale;

SoundVolumeScale Source code

var(Action) float SoundVolumeScale;


Functions Detail

ActionCompleted Source code

event ActionCompleted ( ) )

CompleteWhenTimer Source code

function bool CompleteWhenTimer ( ) )

CompleteWhenTriggered Source code

function bool CompleteWhenTriggered ( ) )

GetActionString Source code

function string GetActionString ( ) )

InitActionFor Source code

function bool InitActionFor ( ScriptedController C) )

PlayUniqueRandomExplosion Source code

function PlayUniqueRandomExplosion ( ) )

PostBeginPlay Source code

event PostBeginPlay ( ScriptedSequence SS ) )

Reset Source code

event Reset ( ) )


Defaultproperties

defaultproperties
{
	ActionString="Play explosion sound"
	SoundVolumeScale=1
	SoundRadiusScale=1
	SoundPitchScale=1
	ExplosionSound(0)=Sound'ONSVehicleSounds-S.Explosion01'
	ExplosionSound(1)=Sound'ONSVehicleSounds-S.Explosion02'
	ExplosionSound(2)=Sound'ONSVehicleSounds-S.Explosion03'
	ExplosionSound(3)=Sound'ONSVehicleSounds-S.Explosion04'
	ExplosionSound(4)=Sound'ONSVehicleSounds-S.Explosion05'
	ExplosionSound(5)=Sound'ONSVehicleSounds-S.Explosion06'
	ExplosionSound(6)=Sound'ONSVehicleSounds-S.Explosion07'
	ExplosionSound(7)=Sound'ONSVehicleSounds-S.Explosion08'
	ExplosionSound(8)=Sound'ONSVehicleSounds-S.Explosion09'
	ExplosionSound(9)=Sound'ONSVehicleSounds-S.Explosion10'
	ExplosionSound(10)=Sound'ONSVehicleSounds-S.Explosion11'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:57:58.494 - Created with UnCodeX