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:
= {
(process_method_func)Mthd_Create, (process_method_func)Mthd_Delete,
(process_method_func)Mthd_Execute, (process_method_func)Mthd_IsDelete,
(process_method_func)Mthd_Draw,
}
int(* process_method_func)(void *)
Definition f_pc_method.h:6

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