#include <ActorCreateParam.h>
Public Member Functions | |
| ActorParamEx1 () | |
| ActorParamEx1 (const ActorParamEx1 ¶m) | |
| ActorParamEx1 & | operator= (const ActorParamEx1 ¶m) |
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 | |
| }; | |
|
inline |
|
inline |
|
inline |
| u8 ActorParamEx1::_0 |
| u8 ActorParamEx1::_1 |
| u8 ActorParamEx1::_2 |
| struct { ... } ActorParamEx1::general |
| u8 ActorParamEx1::movement_id |
| u8 ActorParamEx1::link_id |
| u8 ActorParamEx1::init_state_flag |
| struct { ... } ActorParamEx1::course |
| u8 ActorParamEx1::node_id |
| struct { ... } ActorParamEx1::course_select |
| union { ... } ActorParamEx1 |