class BaseSoundComponentCOMPONENT_SYSTEMSource
BaseSoundComponent › GenericComponent › Managed
All members, including inherited
Methods 12
proto native int GetEventNames(out array<string> events)COMPONENT_SYSTEMproto native int GetSignalNames(out array<string> signals)COMPONENT_SYSTEMproto native int GetSignalIndex(string name)COMPONENT_SYSTEMproto native void SetSignalValueName(string signal, float value)COMPONENT_SYSTEMproto native void SetSignalValue(int index, float value)COMPONENT_SYSTEMproto native SoundHandle Play(string name)COMPONENT_SYSTEMproto native SoundHandle Update()COMPONENT_SYSTEMproto native void Terminate(SoundHandle handle)COMPONENT_SYSTEMproto native bool IsPlayed(SoundHandle handle)COMPONENT_SYSTEMproto native bool IsHandleValid(SoundHandle handle)COMPONENT_SYSTEMproto native void SetTransform(vector[] transf)COMPONENT_SYSTEMproto native void SetDebug(bool value)COMPONENT_SYSTEM