Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <Z2FxLineMgr.h>
Public Member Functions | |
Z2FxLineMgr () | |
void | initDataArc (JKRArchive *, JKRHeap *) |
void | setLineID (s8, bool, bool) |
void | setLine (Z2FxLineConfig *, bool, bool) |
void | setFxForceOff (bool) |
void | setUnderWaterFx (bool) |
void | setSceneFx (s32) |
Public Member Functions inherited from JASGlobalInstance< Z2FxLineMgr > | |
JASGlobalInstance (Z2FxLineMgr *inst) | |
JASGlobalInstance (bool param_1) | |
~JASGlobalInstance () | |
Public Attributes | |
Z2FxLineConfig * | mConfig |
void * | mFxLineBuffer [4] |
s8 | mLineID |
u8 | mFxDataNum |
bool | mSetUnderWaterFx |
Z2FxLineEditNode * | mHIOEdit |
Additional Inherited Members | |
Static Public Member Functions inherited from JASGlobalInstance< Z2FxLineMgr > | |
static Z2FxLineMgr * | getInstance () |
Static Public Attributes inherited from JASGlobalInstance< Z2FxLineMgr > | |
static Z2FxLineMgr * | sInstance |
Z2FxLineMgr::Z2FxLineMgr | ( | ) |
void Z2FxLineMgr::initDataArc | ( | JKRArchive * | arc, |
JKRHeap * | heap | ||
) |
void Z2FxLineMgr::setLine | ( | Z2FxLineConfig * | config, |
bool | param_1, | ||
bool | param_2 | ||
) |
Z2FxLineConfig* Z2FxLineMgr::mConfig |
u8 Z2FxLineMgr::mFxDataNum |
void* Z2FxLineMgr::mFxLineBuffer[4] |
Z2FxLineEditNode* Z2FxLineMgr::mHIOEdit |
s8 Z2FxLineMgr::mLineID |
bool Z2FxLineMgr::mSetUnderWaterFx |