DynRPG v0.32 Unofficial
Plugin SDK
Public Attributes | List of all members
RPG::Animation2Pose Class Reference

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)
 

Detailed Description

Used to define a battler's character animation pose and pose parameters.

See also
RPG::battlerAnimations
RPG::Animation2PoseType
RPG::Animation2
RPG::Animation2Weapon

The documentation for this class was generated from the following file: