![]() |
DynRPG v0.32 Unofficial
Plugin SDK
|
Used to define a battler's character animation pose and pose parameters. More...
#include <Animation2Pose.h>
Public Attributes | |
| int | id |
| ID of the pose. | |
| DStringPtr | name |
| The name of the pose. | |
| DStringPtr | battleCharsetFilename |
| The name of BattleCharSet file used for the poses. | |
| int | battleCharsetId |
| The pose's index in the BattleCharSet file (0-7) | |
| Animation2PoseType_T | animType |
| The pose's animation type. | |
| int | battleAnimId |
| the battle animation ID if animTYpe is set to RPG::PT_BATTLE_ANIMATION (See RPG::Animation2PoseType) | |
Used to define a battler's character animation pose and pose parameters.