DynRPG v0.32 Unofficial
Plugin SDK
|
Used to define a battler's character animation. More...
#include <Animation2.h>
Public Attributes | |
int | id |
ID of the pose. | |
DStringPtr | name |
The name of the pose. | |
CatalogPtr< Animation2Pose * > | poses |
The array of poses for the battler. | |
CatalogPtr< Animation2Weapon * > | weapons |
The array of weapons for the battler. | |
Animation2DisplaySpeed | displaySpeed |
The animation's display speed. | |
Used to define a battler's character animation.