I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:SoundSlotTimerListInterf (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- U2
- Direct subclass:
- SoundSlotTimerListImpl
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. |
SoundSlotTimerListInterf.uc $Author: Mbaldwin $ $Date: 9/20/02 10:49p $ $Revision: 1 $
Constants[edit]
NullSlotIndex[edit]
Value: -1
value returned to caller when slot should not be reset
Structs[edit]
SoundSlotTimerT[edit]
- SoundSlotInterf.ESoundTableSlot SoundSlot
- name of sound category (slot)
- float SlotOdds
- see above
- float MinSecsToNextSound
- min time between playing sound from sound slot
- float MaxSecsToNextSound
- max time between playing sound from sound slot
- bool bReset
- see above
- float NextSoundTime
- level time after which next sound can be played
Instance functions[edit]
Initialize[edit]
function Initialize (Actor ContextActor)
RandomizeSoundSlotTimer[edit]
RandomizeSoundSlotTimerList[edit]
function RandomizeSoundSlotTimerList (Actor ContextActor)
TimeToDoSound[edit]
function bool TimeToDoSound (Actor ContextActor, SoundSlotInterf.ESoundTableSlot SoundSlot, out int SlotIndex)