DIFF

class BaseSoundComponentCOMPONENT_SYSTEMSource

BaseSoundComponent GenericComponent Managed

All members, including inherited

Methods 12

proto native int GetEventNames(out array<string> events)COMPONENT_SYSTEM
proto native int GetSignalNames(out array<string> signals)COMPONENT_SYSTEM
proto native int GetSignalIndex(string name)COMPONENT_SYSTEM
proto native void SetSignalValueName(string signal, float value)COMPONENT_SYSTEM
proto native void SetSignalValue(int index, float value)COMPONENT_SYSTEM
proto native SoundHandle Play(string name)COMPONENT_SYSTEM
proto native SoundHandle Update()COMPONENT_SYSTEM
proto native void Terminate(SoundHandle handle)COMPONENT_SYSTEM
proto native bool IsPlayed(SoundHandle handle)COMPONENT_SYSTEM
proto native bool IsHandleValid(SoundHandle handle)COMPONENT_SYSTEM
proto native void SetTransform(vector[] transf)COMPONENT_SYSTEM
proto native void SetDebug(bool value)COMPONENT_SYSTEM