MFA File Structure
Docs
Powered by
Powered by
CMovement
What is a CMovement?
CMovement is a format used to store a defined movement.
Structure
Size
Type
Name
Description
...
CString
Name
The name of the movement
...
CString
Extension Name
The name of the behaviour's extension if there is one
4
UInt32
ID
The ID of the Movement (Should this be named Handle for consistency?)
4
UInt32
Data Size
The size of the next array
...
UInt8[]
Data
The data of the movement, I have yet to implement this as a Struct