XSGridEditor  1.0.0
XSGridEditor is a lightweight square grid map system for 2D/3D SRPG games, and comes with a simple and easy-to-use grid editing function. It can be used as a beginning for you to create SRPG games.
Public Member Functions | Public Attributes | List of all members
XSSLG.SecondStat Class Reference

攻击啊防御属性集合 More...

Public Member Functions

 SecondStat ()
 
 SecondStat (SecondStat stat)
 
bool Add (SecondStat stat)
 加其它属性 More...
 
void Reset ()
 重置 More...
 
void Clone (SecondStat stat)
 拷贝 More...
 

Public Attributes

int HitRate = 0
 
int DodgeRate = 0
 
int CritRate = 0
 
int CritDodgeRate = 0
 
int DamageRate = 0
 
int DamageReduceRate = 0
 

Detailed Description

攻击啊防御属性集合

Constructor & Destructor Documentation

◆ SecondStat() [1/2]

XSSLG.SecondStat.SecondStat ( )
inline

◆ SecondStat() [2/2]

XSSLG.SecondStat.SecondStat ( SecondStat  stat)
inline

Member Function Documentation

◆ Add()

bool XSSLG.SecondStat.Add ( SecondStat  stat)
inline

加其它属性

◆ Clone()

void XSSLG.SecondStat.Clone ( SecondStat  stat)
inline

拷贝

◆ Reset()

void XSSLG.SecondStat.Reset ( )
inline

重置

Member Data Documentation

◆ CritDodgeRate

int XSSLG.SecondStat.CritDodgeRate = 0

◆ CritRate

int XSSLG.SecondStat.CritRate = 0

◆ DamageRate

int XSSLG.SecondStat.DamageRate = 0

◆ DamageReduceRate

int XSSLG.SecondStat.DamageReduceRate = 0

◆ DodgeRate

int XSSLG.SecondStat.DodgeRate = 0

◆ HitRate

int XSSLG.SecondStat.HitRate = 0

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