#include <KX_SoundActuator.h>
Inheritance diagram for KX_SoundActuator:
Public Types | |
enum | KX_SOUNDACT_TYPE { KX_SOUNDACT_NODEF = 0, KX_SOUNDACT_PLAYSTOP, KX_SOUNDACT_PLAYEND, KX_SOUNDACT_LOOPSTOP, KX_SOUNDACT_LOOPEND, KX_SOUNDACT_NEWSOUND, KX_SOUNDACT_LOWERPITCH, KX_SOUNDACT_RAISEPITCH, KX_SOUNDACT_MAX } |
Public Methods | |
KX_SoundActuator (SCA_IObject* gameobj, SND_SoundObject* sndobj, KX_SOUNDACT_TYPE type, short start, short end, PyTypeObject* T=&Type) | |
KX_SoundActuator.cpp. More... | |
virtual | ~KX_SoundActuator () |
virtual void | setSoundObject (SND_SoundObject* soundobject) |
virtual bool | Update (double curtime,double deltatime) |
virtual CValue* | GetReplica () |
virtual PyObject* | _getattr (char *attr) |
KX_PYMETHOD (KX_SoundActuator,SetFilename) | |
KX_PYMETHOD (KX_SoundActuator,GetFilename) | |
Public Attributes | |
KX_SOUNDACT_TYPE | m_type |
Version:
Definition at line 13 of file KX_SoundActuator.h.
|
Definition at line 23 of file KX_SoundActuator.h. |
|
Version:
Definition at line 17 of file KX_SoundActuator.cpp. Referenced by GetReplica(). |
|
Definition at line 32 of file KX_SoundActuator.cpp. |
|
Reimplemented from CValue. Definition at line 50 of file KX_SoundActuator.h. |
|
|
|
|
|
Reimplemented from SCA_IActuator. Definition at line 37 of file KX_SoundActuator.cpp. |
|
Reimplemented from SCA_ILogicBrick. Definition at line 150 of file KX_SoundActuator.cpp. |
|
Definition at line 46 of file KX_SoundActuator.h. |
|
Definition at line 36 of file KX_SoundActuator.h. |