DynRPG v0.32 Unofficial
Plugin SDK
|
Used for the data of attributes which can be accessed or changed in-game. More...
#include <Attribute.h>
Public Attributes | |
int | id |
ID of the attribute. | |
DStringPtr | name |
The name of the attribute. | |
AttributeType_T | type |
The attribute's type (see RPG::AttributeType) | |
int | dmgA |
The A value of the attribute. | |
int | dmgB |
The B value of the attribute. | |
int | dmgC |
The C value of the attribute. | |
int | dmgD |
The D value of the attribute. | |
int | dmgE |
The E value of the attribute. | |
Used for the data of attributes which can be accessed or changed in-game.