Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
daObj_SekiDoor_c Class Reference

Stone Door. More...

#include <d_a_obj_sekidoor.h>

+ Inheritance diagram for daObj_SekiDoor_c:
+ Collaboration diagram for daObj_SekiDoor_c:

Public Member Functions

int create ()
 
virtual int CreateHeap ()
 
virtual int Create ()
 
virtual int Delete ()
 
virtual int Execute (Mtx **)
 
virtual int Draw ()
 
void evtSkip ()
 
void setPrtcls ()
 
void initBaseMtx ()
 
void setBaseMtx ()
 
u16 getBitSW ()
 
void open ()
 
bool chkDestroy ()
 
- 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 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 ()
 

Private Attributes

s32 field_0x5A0
 
request_of_phase_process_class mPhaseReq
 
J3DModelmpModel
 
csXyz mRotation
 
int mFrameCounter
 
float mDoorPosY
 
s16 mOpenSpeed
 
u32 mpEmitters [4]
 
u8 mDestroyed
 
u8 mOpening
 
u8 mBitSW
 

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
 
s8 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 char * m_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

Stone Door.

Member Function Documentation

◆ chkDestroy()

bool daObj_SekiDoor_c::chkDestroy ( )
inline

◆ Create()

int daObj_SekiDoor_c::Create ( )
virtual

Reimplemented from dBgS_MoveBgActor.

◆ create()

int daObj_SekiDoor_c::create ( )

◆ CreateHeap()

int daObj_SekiDoor_c::CreateHeap ( )
virtual

Reimplemented from dBgS_MoveBgActor.

◆ Delete()

int daObj_SekiDoor_c::Delete ( )
virtual

Reimplemented from dBgS_MoveBgActor.

◆ Draw()

int daObj_SekiDoor_c::Draw ( )
virtual

Reimplemented from dBgS_MoveBgActor.

◆ evtSkip()

void daObj_SekiDoor_c::evtSkip ( )

◆ Execute()

int daObj_SekiDoor_c::Execute ( Mtx ** i_mtx)
virtual

Reimplemented from dBgS_MoveBgActor.

◆ getBitSW()

u16 daObj_SekiDoor_c::getBitSW ( )
inline

◆ initBaseMtx()

void daObj_SekiDoor_c::initBaseMtx ( )

◆ open()

void daObj_SekiDoor_c::open ( )
inline

◆ setBaseMtx()

void daObj_SekiDoor_c::setBaseMtx ( )

◆ setPrtcls()

void daObj_SekiDoor_c::setPrtcls ( )

Member Data Documentation

◆ field_0x5A0

s32 daObj_SekiDoor_c::field_0x5A0
private

◆ mBitSW

u8 daObj_SekiDoor_c::mBitSW
private

◆ mDestroyed

u8 daObj_SekiDoor_c::mDestroyed
private

◆ mDoorPosY

float daObj_SekiDoor_c::mDoorPosY
private

◆ mFrameCounter

int daObj_SekiDoor_c::mFrameCounter
private

◆ mOpening

u8 daObj_SekiDoor_c::mOpening
private

◆ mOpenSpeed

s16 daObj_SekiDoor_c::mOpenSpeed
private

◆ mpEmitters

u32 daObj_SekiDoor_c::mpEmitters[4]
private

◆ mPhaseReq

request_of_phase_process_class daObj_SekiDoor_c::mPhaseReq
private

◆ mpModel

J3DModel* daObj_SekiDoor_c::mpModel
private

◆ mRotation

csXyz daObj_SekiDoor_c::mRotation
private

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