Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
daGrdWater_c Class Reference

Ground Water. More...

#include <d_a_obj_groundwater.h>

+ Inheritance diagram for daGrdWater_c:
+ Collaboration diagram for daGrdWater_c:

Public Types

enum  Mode {
  WAIT , LEVEL_UP_A , LEVEL_DOWN_A , LEVEL_UP_B ,
  LEVEL_DOWN_B
}
 
typedef void(daGrdWater_c::* modeFunc) ()
 

Public Member Functions

void setBaseMtx ()
 
int CreateHeap ()
 
int create ()
 
 daGrdWater_c ()
 
int Execute (Mtx **)
 
void init_modeWait ()
 
void modeWait ()
 
void init_modeLevelUpA ()
 
void modeLevelUpA ()
 
void init_modeLevelDownA ()
 
void modeLevelDownA ()
 
void init_modeLevelUpB ()
 
void modeLevelUpB ()
 
void init_modeLevelDownB ()
 
void modeLevelDownB ()
 
int Draw ()
 
int Delete ()
 
u8 getSw ()
 
u8 getSw2 ()
 
- Public Member Functions inherited from dBgS_MoveBgActor
 dBgS_MoveBgActor ()
 
int MoveBGCreateHeap ()
 
int MoveBGCreate (char const *i_arcName, int i_dzb_id, MoveBGActor_SetFunc i_setFunc, u32 i_heapSize, Mtx *i_bgMtx)
 
int MoveBGDelete ()
 
int MoveBGExecute ()
 
int MoveBGDraw ()
 
int MoveBGIsDelete ()
 
virtual int Create ()
 
virtual int IsDelete ()
 
virtual int ToFore ()
 
virtual int ToBack ()
 
- Public Member Functions inherited from fopAc_ac_c
 fopAc_ac_c ()
 
 fopAc_ac_c ()
 
 ~fopAc_ac_c ()
 
 fopAc_ac_c ()
 
 ~fopAc_ac_c ()
 
 fopAc_ac_c ()
 
 ~fopAc_ac_c ()
 
 fopAc_ac_c ()
 
 ~fopAc_ac_c ()
 
 fopAc_ac_c ()
 
 ~fopAc_ac_c ()
 
 fopAc_ac_c ()
 
 ~fopAc_ac_c ()
 

Private Attributes

request_of_phase_process_class mPhase
 
J3DModelmModel1
 
J3DModelmModel2
 
mDoExt_btkAnm mBtk1
 
mDoExt_btkAnm mBtk2
 
mDoExt_brkAnm mBrk1
 
mDoExt_brkAnm mBrk2
 
mDoExt_bckAnm mBck1a
 
mDoExt_bckAnm mBck1b
 
mDoExt_bckAnm mBck1c
 
mDoExt_bckAnm mBck1d
 
mDoExt_bckAnm mBck2a
 
mDoExt_bckAnm mBck2b
 
mDoExt_bckAnm mBck2c
 
mDoExt_bckAnm mBck2d
 
u8 field_0x6f0
 
u8 field_0x6f1
 
u8 mMode
 
u8 field_0x6f3
 

Additional Inherited Members

- Static Public Member Functions inherited from fopAc_ac_c
static void setStopStatus (u32 status)
 
- Public Attributes inherited from dBgS_MoveBgActor
dBgWmpBgW
 
Mtx mBgMtx
 
- Public Attributes inherited from fopAc_ac_c
int actor_type
 
create_tag_class actor_tag
 
create_tag_class draw_tag
 
profile_method_classsub_method
 
JKRSolidHeapheap
 
dEvt_info_c eventInfo
 
dKy_tevstr_c tevStr
 
u16 setID
 
u8 group
 
u8 cullType
 
u8 demoActorID
 
s8 subtype
 
u8 carryType
 
u32 actor_status
 
u32 actor_condition
 
fpc_ProcID parentActorID
 
actor_place home
 
actor_place old
 
actor_place current
 
csXyz shape_angle
 
cXyz scale
 
cXyz speed
 
MtxP cullMtx
 
union { 
 
   cull_box   box 
 
   cull_sphere   sphere 
 
cull 
 
f32 cullSizeFar
 
J3DModelmodel
 
dJntCol_cjntCol
 
f32 speedF
 
f32 gravity
 
f32 maxFallSpeed
 
cXyz eyePos
 
actor_attention_types attention_info
 
s16 field_0x560
 
s16 health
 
u8 field_0x564
 
u8 field_0x565
 
u8 field_0x566
 
s8 field_0x567
 
- Public Attributes inherited from leafdraw_class
base_process_class base
 
leafdraw_method_classleaf_methods
 
s8 unk_0xBC
 
u8 unk_0xBD
 
draw_priority_class draw_priority
 
- Static Public Attributes inherited from dBgS_MoveBgActor
static const charm_name
 
static int m_dzb_id
 
static MoveBGActor_SetFunc m_set_func
 
- Static Public Attributes inherited from fopAc_ac_c
static u32 stopStatus
 

Detailed Description

Ground Water.

Member Typedef Documentation

◆ modeFunc

typedef void(daGrdWater_c::* daGrdWater_c::modeFunc) ()

Member Enumeration Documentation

◆ Mode

Enumerator
WAIT 
LEVEL_UP_A 
LEVEL_DOWN_A 
LEVEL_UP_B 
LEVEL_DOWN_B 

Constructor & Destructor Documentation

◆ daGrdWater_c()

daGrdWater_c::daGrdWater_c ( )

Member Function Documentation

◆ create()

int daGrdWater_c::create ( )

◆ CreateHeap()

int daGrdWater_c::CreateHeap ( )
virtual

Reimplemented from dBgS_MoveBgActor.

◆ Delete()

int daGrdWater_c::Delete ( )
virtual

Reimplemented from dBgS_MoveBgActor.

◆ Draw()

int daGrdWater_c::Draw ( )
virtual

Reimplemented from dBgS_MoveBgActor.

◆ Execute()

int daGrdWater_c::Execute ( Mtx **  pMtx)
virtual

Reimplemented from dBgS_MoveBgActor.

◆ getSw()

u8 daGrdWater_c::getSw ( )
inline

◆ getSw2()

u8 daGrdWater_c::getSw2 ( )
inline

◆ init_modeLevelDownA()

void daGrdWater_c::init_modeLevelDownA ( )

◆ init_modeLevelDownB()

void daGrdWater_c::init_modeLevelDownB ( )

◆ init_modeLevelUpA()

void daGrdWater_c::init_modeLevelUpA ( )

◆ init_modeLevelUpB()

void daGrdWater_c::init_modeLevelUpB ( )

◆ init_modeWait()

void daGrdWater_c::init_modeWait ( )

◆ modeLevelDownA()

void daGrdWater_c::modeLevelDownA ( )

◆ modeLevelDownB()

void daGrdWater_c::modeLevelDownB ( )

◆ modeLevelUpA()

void daGrdWater_c::modeLevelUpA ( )

◆ modeLevelUpB()

void daGrdWater_c::modeLevelUpB ( )

◆ modeWait()

void daGrdWater_c::modeWait ( )

◆ setBaseMtx()

void daGrdWater_c::setBaseMtx ( )

Member Data Documentation

◆ field_0x6f0

u8 daGrdWater_c::field_0x6f0
private

◆ field_0x6f1

u8 daGrdWater_c::field_0x6f1
private

◆ field_0x6f3

u8 daGrdWater_c::field_0x6f3
private

◆ mBck1a

mDoExt_bckAnm daGrdWater_c::mBck1a
private

◆ mBck1b

mDoExt_bckAnm daGrdWater_c::mBck1b
private

◆ mBck1c

mDoExt_bckAnm daGrdWater_c::mBck1c
private

◆ mBck1d

mDoExt_bckAnm daGrdWater_c::mBck1d
private

◆ mBck2a

mDoExt_bckAnm daGrdWater_c::mBck2a
private

◆ mBck2b

mDoExt_bckAnm daGrdWater_c::mBck2b
private

◆ mBck2c

mDoExt_bckAnm daGrdWater_c::mBck2c
private

◆ mBck2d

mDoExt_bckAnm daGrdWater_c::mBck2d
private

◆ mBrk1

mDoExt_brkAnm daGrdWater_c::mBrk1
private

◆ mBrk2

mDoExt_brkAnm daGrdWater_c::mBrk2
private

◆ mBtk1

mDoExt_btkAnm daGrdWater_c::mBtk1
private

◆ mBtk2

mDoExt_btkAnm daGrdWater_c::mBtk2
private

◆ mMode

u8 daGrdWater_c::mMode
private

◆ mModel1

J3DModel* daGrdWater_c::mModel1
private

◆ mModel2

J3DModel* daGrdWater_c::mModel2
private

◆ mPhase

request_of_phase_process_class daGrdWater_c::mPhase
private

The documentation for this class was generated from the following files: