Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JAISoundStarter.h>
Public Member Functions | |
JAISoundStarter (bool) | |
virtual | ~JAISoundStarter () |
virtual bool | startSound (JAISoundID, JAISoundHandle *, JGeometry::TVec3< f32 > const *)=0 |
bool | startLevelSound (JAISoundID, JAISoundHandle *, JGeometry::TVec3< f32 > const *) |
Public Member Functions inherited from JASGlobalInstance< JAISoundStarter > | |
JASGlobalInstance (JAISoundStarter *inst) | |
JASGlobalInstance (bool param_1) | |
~JASGlobalInstance () | |
Additional Inherited Members | |
Static Public Member Functions inherited from JASGlobalInstance< JAISoundStarter > | |
static JAISoundStarter * | getInstance () |
Static Public Attributes inherited from JASGlobalInstance< JAISoundStarter > | |
static JAISoundStarter * | sInstance |
JAISoundStarter::JAISoundStarter | ( | bool | param_0 | ) |
|
virtual |
bool JAISoundStarter::startLevelSound | ( | JAISoundID | param_0, |
JAISoundHandle * | param_1, | ||
JGeometry::TVec3< f32 > const * | param_2 | ||
) |
|
pure virtual |
Implemented in Z2SoundStarter.