Isle
|
[AI] Describes a single actor or model referenced by an animation. More...
#include <legoanim.h>
Public Attributes | |
LegoChar * | m_name |
[AI] Name of the actor/model. More... | |
undefined4 | m_unk0x04 |
[AI] Unknown. May refer to a flag, index, or property (purpose unclear). [AI_SUGGESTED_NAME: m_actorProperty] More... | |
[AI] Describes a single actor or model referenced by an animation.
[AI] Holds the actor/model name and an unknown value (typically a per-actor property).
Definition at line 313 of file legoanim.h.
LegoChar* LegoAnimActorEntry::m_name |
[AI] Name of the actor/model.
Definition at line 314 of file legoanim.h.
undefined4 LegoAnimActorEntry::m_unk0x04 |
[AI] Unknown. May refer to a flag, index, or property (purpose unclear). [AI_SUGGESTED_NAME: m_actorProperty]
Definition at line 315 of file legoanim.h.