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

Multi-Purpose Moving Box. More...

#include <d_a_obj_movebox.h>

Public Types

enum  Type_e { pp_field = 3 }
 

Static Public Attributes

static cXyz   L_wall_start [8][23] 
 
static cXyz   L_wall_end [8][23] 
 
static u8   L_wall_flag [8][23] 
 
static cXyz   L_gnd_start [8][23] 
 
static u8   L_gnd_flag [8][23] 
 
static actor_method_class   Mthd_Table 
 

Detailed Description

Multi-Purpose Moving Box.

Multi-purpose moving box actor. Used for: Goron Mines Push Block, Death Mountain Block, Large Wooden Crate, Sacred Grove Block, Arbiter's Grounds Block (2 of them), Kakariko Graveyard Gravestone

Member Enumeration Documentation

◆ Type_e

enum daObjMovebox::Type_e
Enumerator
pp_field 

Member Data Documentation

◆ L_gnd_flag

u8 daObjMovebox::L_gnd_flag[8][23]
static

◆ L_gnd_start

cXyz daObjMovebox::L_gnd_start[8][23]
static

◆ L_wall_end

cXyz daObjMovebox::L_wall_end[8][23]
static

◆ L_wall_flag

u8 daObjMovebox::L_wall_flag[8][23]
static

◆ L_wall_start

cXyz daObjMovebox::L_wall_start[8][23]
static

◆ Mthd_Table

actor_method_class daObjMovebox::Mthd_Table
static
Initial value:
= {
}
static int Mthd_IsDelete(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:280
static int Mthd_Delete(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:268
static int Mthd_Draw(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:276
static int Mthd_Execute(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:272
static int Mthd_Create(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:264
int(* process_method_func)(void *)
Definition f_pc_method.h:7

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