|
Pyrogenesis
13997
|
Public Member Functions | |
| virtual void | Init (const CParamNode ¶mNode) |
| virtual void | Deinit () |
| virtual void | Serialize (ISerializer &serialize) |
| virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) |
| virtual void | PlaySoundGroup (std::wstring name, entity_id_t source) |
| Start playing audio defined by a sound group file. More... | |
Public Member Functions inherited from IComponent | |
| virtual | ~IComponent () |
| virtual void | HandleMessage (const CMessage &msg, bool global) |
| CEntityHandle | GetEntityHandle () const |
| void | SetEntityHandle (CEntityHandle ent) |
| entity_id_t | GetEntityId () const |
| CEntityHandle | GetSystemEntity () const |
| const CSimContext & | GetSimContext () const |
| void | SetSimContext (const CSimContext &context) |
| virtual JSClass * | GetJSClass () const |
| virtual jsval | GetJSInstance () const |
Static Public Member Functions | |
| static void | ClassInit (CComponentManager &componentManager) |
| static IComponent * | Allocate (ScriptInterface &, jsval) |
| static void | Deallocate (IComponent *cmp) |
| static std::string | GetSchema () |
Static Public Member Functions inherited from IComponent | |
| static std::string | GetSchema () |
| static u8 | GetSerializationVersion () |
Definition at line 30 of file CCmpSoundManager.cpp.
|
inlinestatic |
Definition at line 37 of file CCmpSoundManager.cpp.
|
inlinestatic |
Definition at line 33 of file CCmpSoundManager.cpp.
|
inlinestatic |
Definition at line 37 of file CCmpSoundManager.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 48 of file CCmpSoundManager.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 58 of file CCmpSoundManager.cpp.
|
inlinestatic |
Definition at line 39 of file CCmpSoundManager.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 44 of file CCmpSoundManager.cpp.
|
inlinevirtual |
Start playing audio defined by a sound group file.
| name | VFS path of sound group .xml, relative to audio/ |
| source | entity emitting the sound (used for positioning) |
Implements ICmpSoundManager.
Definition at line 63 of file CCmpSoundManager.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 52 of file CCmpSoundManager.cpp.
1.8.5