The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:SoundSlotTimerListImpl (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> SoundSlotTimerListInterf >> SoundSlotTimerListImpl
Package: 
U2
Direct subclass:
SoundSlotTimerListU2

SoundSlotTimerListImpl.uc $Author: Mbaldwin $ $Date: 9/21/02 5:28p $ $Revision: 2 $

Properties[edit]

Property group 'Sounds'[edit]

SlotTimers[edit]

Type: array<SoundSlotTimerListInterf.SoundSlotTimerT>


Default values[edit]

Property Value
bHidden True
Texture Texture'U2.Icons.S_SoundSlotTimer'

Instance functions[edit]

Dump[edit]

function Dump (Actor Helper)


Initialize[edit]

function Initialize (Actor ContextActor)

Overrides: SoundSlotTimerListInterf.Initialize


RandomizeSoundSlotTimer[edit]

function RandomizeSoundSlotTimer (Actor ContextActor, int SoundSlotIndex)

Overrides: SoundSlotTimerListInterf.RandomizeSoundSlotTimer


RandomizeSoundSlotTimerList[edit]

function RandomizeSoundSlotTimerList (Actor ContextActor)

Overrides: SoundSlotTimerListInterf.RandomizeSoundSlotTimerList


TimeToDoSound[edit]

function bool TimeToDoSound (Actor ContextActor, SoundSlotInterf.ESoundTableSlot SoundSlot, out int ReturnedSlotIndex)

Overrides: SoundSlotTimerListInterf.TimeToDoSound


TimeToDoSoundRandom[edit]

function bool TimeToDoSoundRandom (Actor ContextActor, int SlotIndex)


TimeToDoSoundTimed[edit]

function bool TimeToDoSoundTimed (Actor ContextActor, int SlotIndex)