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

Knob Door. More...

#include <d_a_door_knob00.h>

+ Inheritance diagram for daKnob20_c:
+ Collaboration diagram for daKnob20_c:

Public Types

enum  {
  ACTION_INIT , ACTION_WAIT , ACTION_DEMO , ACTION_TALK ,
  ACTION_TALK_WAIT , ACTION_TALK_OPEN , ACTION_DEAD , ACTION_SPECIAL_DEMO
}
 
typedef int(daKnob20_c::* actionFunc) ()
 

Public Member Functions

chargetAlwaysArcName ()
 
chargetEvArcName ()
 
chargetDzb ()
 
chargetDummyBmd ()
 
chargetBmd ()
 
J3DModelDatagetDoorModelData ()
 
int CreateHeap ()
 
void calcMtx ()
 
int CreateInit ()
 
int create ()
 
int checkOpenDoor (int *)
 
void setActionFromFlow ()
 
void setEventId ()
 
int checkArea (f32, f32, f32)
 
void setEventPrm ()
 
int releaseBG ()
 
int frontCheck ()
 
int getDemoAction ()
 
int demoProc ()
 
void setStart (f32, f32)
 
void setAngle ()
 
int adjustmentProc ()
 
int openInit (int)
 
int openProc (int)
 
int openEnd (int)
 
void initOpenDemo ()
 
void startDemoProc ()
 
int actionWait ()
 
int actionSpecialDemo ()
 
int actionDemo ()
 
int actionTalk ()
 
int actionTalkWait ()
 
int actionTalkOpen ()
 
int actionInit ()
 
int actionDead ()
 
int execute ()
 
int draw ()
 
int Delete ()
 
void setAction (u8 action)
 
void offFlag (u16 flag)
 
void onFlag (u16 flag)
 
int checkFlag (u16 flag)
 
- 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 mPhase1
 
request_of_phase_process_class mPhase2
 
J3DModelmModel1
 
mDoExt_bckAnm field_0x57c
 
J3DModelmModel2
 
s8 mJoint
 
dBgWfield_0x5a0
 
s16 field_0x5a4 [7]
 
u8 field_0x5b2 [7]
 
u8 field_0x5b9
 
u16 field_0x5ba
 
int field_0x5bc
 
dMsgFlow_c field_0x5c0
 
u16 field_0x60c
 
u8 mAction
 
u8 field_0x60f
 
s16 field_0x610
 
s16 field_0x612
 
s16 field_0x614
 

Additional Inherited Members

- Static Public Member Functions inherited from fopAc_ac_c
static void setStopStatus (u32 status)
 
- 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 mBase
 
leafdraw_method_classmpDrawMtd
 
s8 mbUnk0
 
u8 mbUnk1
 
draw_priority_class mDwPi
 
- Static Public Attributes inherited from fopAc_ac_c
static u32 stopStatus
 

Detailed Description

Knob Door.

Member Typedef Documentation

◆ actionFunc

typedef int(daKnob20_c::* daKnob20_c::actionFunc) ()

Member Enumeration Documentation

◆ anonymous enum

Enumerator
ACTION_INIT 
ACTION_WAIT 
ACTION_DEMO 
ACTION_TALK 
ACTION_TALK_WAIT 
ACTION_TALK_OPEN 
ACTION_DEAD 
ACTION_SPECIAL_DEMO 

Member Function Documentation

◆ actionDead()

int daKnob20_c::actionDead ( )

◆ actionDemo()

int daKnob20_c::actionDemo ( )

◆ actionInit()

int daKnob20_c::actionInit ( )

◆ actionSpecialDemo()

int daKnob20_c::actionSpecialDemo ( )

◆ actionTalk()

int daKnob20_c::actionTalk ( )

◆ actionTalkOpen()

int daKnob20_c::actionTalkOpen ( )

◆ actionTalkWait()

int daKnob20_c::actionTalkWait ( )

◆ actionWait()

int daKnob20_c::actionWait ( )

◆ adjustmentProc()

int daKnob20_c::adjustmentProc ( )

◆ calcMtx()

void daKnob20_c::calcMtx ( )

◆ checkArea()

int daKnob20_c::checkArea ( f32  param_1,
f32  param_2,
f32  param_3 
)

◆ checkFlag()

int daKnob20_c::checkFlag ( u16  flag)
inline

◆ checkOpenDoor()

int daKnob20_c::checkOpenDoor ( int param_1)

◆ create()

int daKnob20_c::create ( )

◆ CreateHeap()

int daKnob20_c::CreateHeap ( )

◆ CreateInit()

int daKnob20_c::CreateInit ( )

◆ Delete()

int daKnob20_c::Delete ( )

◆ demoProc()

int daKnob20_c::demoProc ( )

◆ draw()

int daKnob20_c::draw ( )

◆ execute()

int daKnob20_c::execute ( )

◆ frontCheck()

int daKnob20_c::frontCheck ( )

◆ getAlwaysArcName()

char * daKnob20_c::getAlwaysArcName ( )

◆ getBmd()

char * daKnob20_c::getBmd ( )

◆ getDemoAction()

int daKnob20_c::getDemoAction ( )

◆ getDoorModelData()

J3DModelData * daKnob20_c::getDoorModelData ( )

◆ getDummyBmd()

char * daKnob20_c::getDummyBmd ( )

◆ getDzb()

char * daKnob20_c::getDzb ( )

◆ getEvArcName()

char * daKnob20_c::getEvArcName ( )

◆ initOpenDemo()

void daKnob20_c::initOpenDemo ( )

◆ offFlag()

void daKnob20_c::offFlag ( u16  flag)
inline

◆ onFlag()

void daKnob20_c::onFlag ( u16  flag)
inline

◆ openEnd()

int daKnob20_c::openEnd ( int  param_1)

◆ openInit()

int daKnob20_c::openInit ( int  param_1)

◆ openProc()

int daKnob20_c::openProc ( int  param_1)

◆ releaseBG()

int daKnob20_c::releaseBG ( )

◆ setAction()

void daKnob20_c::setAction ( u8  action)
inline

◆ setActionFromFlow()

void daKnob20_c::setActionFromFlow ( )

◆ setAngle()

void daKnob20_c::setAngle ( )

◆ setEventId()

void daKnob20_c::setEventId ( )

◆ setEventPrm()

void daKnob20_c::setEventPrm ( )

◆ setStart()

void daKnob20_c::setStart ( f32  param_1,
f32  param_2 
)

◆ startDemoProc()

void daKnob20_c::startDemoProc ( )

Member Data Documentation

◆ field_0x57c

mDoExt_bckAnm daKnob20_c::field_0x57c
private

◆ field_0x5a0

dBgW* daKnob20_c::field_0x5a0
private

◆ field_0x5a4

s16 daKnob20_c::field_0x5a4[7]
private

◆ field_0x5b2

u8 daKnob20_c::field_0x5b2[7]
private

◆ field_0x5b9

u8 daKnob20_c::field_0x5b9
private

◆ field_0x5ba

u16 daKnob20_c::field_0x5ba
private

◆ field_0x5bc

int daKnob20_c::field_0x5bc
private

◆ field_0x5c0

dMsgFlow_c daKnob20_c::field_0x5c0
private

◆ field_0x60c

u16 daKnob20_c::field_0x60c
private

◆ field_0x60f

u8 daKnob20_c::field_0x60f
private

◆ field_0x610

s16 daKnob20_c::field_0x610
private

◆ field_0x612

s16 daKnob20_c::field_0x612
private

◆ field_0x614

s16 daKnob20_c::field_0x614
private

◆ mAction

u8 daKnob20_c::mAction
private

◆ mJoint

s8 daKnob20_c::mJoint
private

◆ mModel1

J3DModel* daKnob20_c::mModel1
private

◆ mModel2

J3DModel* daKnob20_c::mModel2
private

◆ mPhase1

request_of_phase_process_class daKnob20_c::mPhase1
private

◆ mPhase2

request_of_phase_process_class daKnob20_c::mPhase2
private

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