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.Stat Class Reference

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

Public Member Functions

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

Public Attributes

Attr Str = new Attr()
 力量 More...
 
Attr Def = new Attr()
 防守 More...
 
Attr Mag = new Attr()
 魔力 More...
 
Attr Dex = new Attr()
 魔防 More...
 
Attr Mov = new Attr()
 移动 More...
 
Attr Spd = new Attr()
 速度 More...
 
Attr Res = new Attr()
 技巧 More...
 
Attr Lck = new Attr()
 幸运 More...
 
Attr Cha = new Attr()
 魅力 More...
 
HP HP = new HP()
 

Detailed Description

攻击啊防御属性集合

Constructor & Destructor Documentation

◆ Stat() [1/2]

XSSLG.Stat.Stat ( )
inline

◆ Stat() [2/2]

XSSLG.Stat.Stat ( Stat  stat)
inline

Member Function Documentation

◆ Add()

bool XSSLG.Stat.Add ( Stat  stat)
inline

加其它属性

◆ Clone()

void XSSLG.Stat.Clone ( Stat  stat)
inline

拷贝

◆ Reset()

void XSSLG.Stat.Reset ( )
inline

重置

Member Data Documentation

◆ Cha

Attr XSSLG.Stat.Cha = new Attr()

魅力

◆ Def

Attr XSSLG.Stat.Def = new Attr()

防守

◆ Dex

Attr XSSLG.Stat.Dex = new Attr()

魔防

◆ HP

HP XSSLG.Stat.HP = new HP()

◆ Lck

Attr XSSLG.Stat.Lck = new Attr()

幸运

◆ Mag

Attr XSSLG.Stat.Mag = new Attr()

魔力

◆ Mov

Attr XSSLG.Stat.Mov = new Attr()

移动

◆ Res

Attr XSSLG.Stat.Res = new Attr()

技巧

◆ Spd

Attr XSSLG.Stat.Spd = new Attr()

速度

◆ Str

Attr XSSLG.Stat.Str = new Attr()

力量


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