I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
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
NullSlotIndex
Value: -1
value returned to caller when slot should not be reset
Structs
SoundSlotTimerT
- 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
Initialize
function Initialize (Actor ContextActor)
RandomizeSoundSlotTimer
RandomizeSoundSlotTimerList
function RandomizeSoundSlotTimerList (Actor ContextActor)
TimeToDoSound
function bool TimeToDoSound (Actor ContextActor, SoundSlotInterf.ESoundTableSlot SoundSlot, out int SlotIndex)