I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

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

Property group 'Sounds'

SlotTimers

Type: array<SoundSlotTimerListInterf.SoundSlotTimerT>


Default values

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

Instance functions

Dump

function Dump (Actor Helper)


Initialize

function Initialize (Actor ContextActor)

Overrides: SoundSlotTimerListInterf.Initialize


RandomizeSoundSlotTimer

function RandomizeSoundSlotTimer (Actor ContextActor, int SoundSlotIndex)

Overrides: SoundSlotTimerListInterf.RandomizeSoundSlotTimer


RandomizeSoundSlotTimerList

function RandomizeSoundSlotTimerList (Actor ContextActor)

Overrides: SoundSlotTimerListInterf.RandomizeSoundSlotTimerList


TimeToDoSound

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

Overrides: SoundSlotTimerListInterf.TimeToDoSound


TimeToDoSoundRandom

function bool TimeToDoSoundRandom (Actor ContextActor, int SlotIndex)


TimeToDoSoundTimed

function bool TimeToDoSoundTimed (Actor ContextActor, int SlotIndex)