![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <Z2Audience.h>
Inheritance diagram for Z2Audible:
Collaboration diagram for Z2Audible:Public Member Functions | |
| Z2Audible (const JGeometry::TVec3< f32 > &pos, const JGeometry::TVec3< f32 > *, u32 channel, bool) | |
| void | calc () |
| JASSoundParams * | getOuterParams (int index) |
| void | setOuterParams (const JASSoundParams &outParams, const JASSoundParams &inParams, int index) |
| Z2AudibleChannel * | getChannel (int index) |
| u32 | getDistVolBit () |
| ~Z2Audible () | |
| bool | isDoppler () |
| const JGeometry::TVec3< f32 > & | getPos () const |
| JAUAudibleParam * | getAudibleParam () |
| const JAUAudibleParam * | getAudibleParam () const |
| void | setAudibleParam (JAUAudibleParam param) |
| const JGeometry::TVec3< f32 > * | getVel () const |
Public Member Functions inherited from JAIAudible | |
| virtual | ~JAIAudible () |
| JGeometry::TVec3< float > & | getPos () |
| void | setPos (const JGeometry::TVec3< float > &other) |
Public Attributes | |
| JAUAudibleParam | mParam |
| Z2AudibleAbsPos | mAbsPos |
| Z2AudibleChannel | mChannel [1] |
| f32 | field_0x64 [1] |
Public Attributes inherited from JAIAudible | |
| JGeometry::TVec3< float > | mPos |
Additional Inherited Members | |
Static Public Member Functions inherited from JASPoolAllocObject< Z2Audible > | |
| static void * | operator new (size_t n) |
| static void * | operator new (size_t n, void *ptr) |
| static void | operator delete (void *ptr, size_t n) |
| static void | newMemPool (int param_0) |
| static u32 | getFreeMemCount () |
| static u32 | getTotalMemCount () |
| Z2Audible::Z2Audible | ( | const JGeometry::TVec3< f32 > & | pos, |
| const JGeometry::TVec3< f32 > * | param_1, | ||
| u32 | channel, | ||
| bool | param_3 ) |
| Z2Audible::~Z2Audible | ( | ) |
|
virtual |
Implements JAIAudible.
|
inline |
|
inline |
| Z2AudibleChannel * Z2Audible::getChannel | ( | int | index | ) |
| u32 Z2Audible::getDistVolBit | ( | ) |
|
virtual |
Implements JAIAudible.
|
inline |
|
inline |
|
inline |
|
inline |
| void Z2Audible::setOuterParams | ( | const JASSoundParams & | outParams, |
| const JASSoundParams & | inParams, | ||
| int | index ) |
| f32 Z2Audible::field_0x64[1] |
| Z2AudibleAbsPos Z2Audible::mAbsPos |
| Z2AudibleChannel Z2Audible::mChannel[1] |
| JAUAudibleParam Z2Audible::mParam |