Go to the source code of this file.
Functions | |
SoundListenerComponent * | createSoundListenerComponent (Entity *parent, bool isMainListener=true) |
Reference factory for the SoundListenerComponent class. | |
void | bindSoundListenerComponent (asIScriptEngine *engine) |
Binds the SoundListenerComponent class to AngelScript. |
void bindSoundListenerComponent | ( | asIScriptEngine * | engine | ) |
Binds the SoundListenerComponent class to AngelScript.
Definition at line 35 of file asSoundListenerComponent.cpp.
SoundListenerComponent* createSoundListenerComponent | ( | Entity * | parent, | |
bool | isMainListener = true | |||
) |
Reference factory for the SoundListenerComponent class.
Definition at line 29 of file asSoundListenerComponent.cpp.