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

IGSoundEffectsSubsystem.NormalSoundEffectSpecification

Extends
SoundEffectSpecification
Modifiers
within SoundEffectsSubsystem PerObjectConfig

Core.Object
|   
+-- IGEffectsSystem.EffectSpecification
   |   
   +-- IGSoundEffectsSubsystem.SoundEffectSpecification
      |   
      +-- IGSoundEffectsSubsystem.NormalSoundEffectSpecification

Constants Summary
Inherited Contants from IGSoundEffectsSubsystem.SoundEffectSpecification
kNoTime, SF_Looping, SF_Music, SF_No3D, SF_NoUpdates, SF_Streaming, SF_UpdatePitch

Variables Summary
array<FlaggedSound>FlaggedSounds
Inherited Variables from IGSoundEffectsSubsystem.SoundEffectSpecification
AISoundRadius, Delay, FadeInTime, FadeOutTime, InnerRadius, IsEndPredictable, IsFullyInitialized, IsMonoloop, IsPanRange, IsPitchRange, IsPolyloop, IsSeamlessLoop, Killable, Local, LoopCount, LoopDelayRange, LoopSoundLimit, Monoloop, Monophonic, MonophonicPriority, MonophonicToClass, NativeFlags, NeverRepeat, NoRepeat, OuterRadius, Pan, PanRange, Pitch, PitchRange, PlayOnce, Polyloop, Priority, Retriggerable, SampleRate, SoundCategory, SoundSets, SubsystemLevel, Volume
Inherited Variables from IGEffectsSystem.EffectSpecification
AttachmentBone, AttachToSource, LocationOffset, RotationOffset

Structures Summary
FlaggedSound
SoundToPlay, Flag
Inherited Structures from IGSoundEffectsSubsystem.SoundEffectSpecification
PolyLoopStruct

Functions Summary
event InitHook ()))
event PopulateSoundsHook ()))
event SetNativeFlagsHook ()))
Inherited Functions from IGSoundEffectsSubsystem.SoundEffectSpecification
ConstructSoundInstance, ExtractToken, GetOuterRadius, Init, InitHook, NativeInitialize, PopulateSoundsHook, SetNativeFlagsHook, toString, WantsToLoop
Inherited Functions from IGEffectsSystem.EffectSpecification
Init


Variables Detail

FlaggedSounds Source code

var config array<FlaggedSound> FlaggedSounds;


Structures Detail

FlaggedSound Source code

struct FlaggedSound
{
var config int Flag;
var config Sound SoundToPlay;
};



Functions Detail

InitHook Source code

simulated protected event InitHook ( ) )

PopulateSoundsHook Source code

simulated protected event PopulateSoundsHook ( ) )

SetNativeFlagsHook Source code

simulated protected event SetNativeFlagsHook ( ) )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:33.230 - Created with UnCodeX