New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
ActorParamEx1 Struct Reference

#include <ActorCreateParam.h>

Public Member Functions

 ActorParamEx1 ()
 ActorParamEx1 (const ActorParamEx1 &param)
ActorParamEx1operator= (const ActorParamEx1 &param)

Public Attributes

union { 
   struct { 
      u8   _0 
      u8   _1 
      u8   _2 
   }   general
   struct { 
      u8   movement_id 
      u8   link_id 
      u8   init_state_flag 
   }   course
   struct { 
      u8   node_id 
      u8   _1 
      u8   _2 
   }   course_select
}; 

Constructor & Destructor Documentation

◆ ActorParamEx1() [1/2]

ActorParamEx1::ActorParamEx1 ( )
inline

◆ ActorParamEx1() [2/2]

ActorParamEx1::ActorParamEx1 ( const ActorParamEx1 & param)
inline

Member Function Documentation

◆ operator=()

ActorParamEx1 & ActorParamEx1::operator= ( const ActorParamEx1 & param)
inline

Member Data Documentation

◆ _0

u8 ActorParamEx1::_0

◆ _1

u8 ActorParamEx1::_1

◆ _2

u8 ActorParamEx1::_2

◆ [struct]

struct { ... } ActorParamEx1::general

◆ movement_id

u8 ActorParamEx1::movement_id

◆ link_id

u8 ActorParamEx1::link_id

◆ init_state_flag

u8 ActorParamEx1::init_state_flag

◆ [struct]

struct { ... } ActorParamEx1::course

◆ node_id

u8 ActorParamEx1::node_id

◆ [struct]

struct { ... } ActorParamEx1::course_select

◆ [union]

union { ... } ActorParamEx1