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 | Properties | Private Member Functions | List of all members
XSSLG.RoleClass Class Reference

角色职业 More...

Public Member Functions

 RoleClass (ClassData data, int exp=0)
 
bool CheckPreficient ()
 是否精通 More...
 
bool AddExpAndCheckPreficient (int addExp)
 增加经验值并看看能否精通 More...
 

Properties

ClassData Data [get]
 数据data More...
 
int Exp [get, private set]
 当前经验 More...
 

Private Member Functions

int GetMaxExp ()
 精通需要的经验值 More...
 

Detailed Description

角色职业

Constructor & Destructor Documentation

◆ RoleClass()

XSSLG.RoleClass.RoleClass ( ClassData  data,
int  exp = 0 
)
inline

Member Function Documentation

◆ AddExpAndCheckPreficient()

bool XSSLG.RoleClass.AddExpAndCheckPreficient ( int  addExp)
inline

增加经验值并看看能否精通

◆ CheckPreficient()

bool XSSLG.RoleClass.CheckPreficient ( )

是否精通

◆ GetMaxExp()

int XSSLG.RoleClass.GetMaxExp ( )
inlineprivate

精通需要的经验值

Property Documentation

◆ Data

ClassData XSSLG.RoleClass.Data
get

数据data

◆ Exp

int XSSLG.RoleClass.Exp
getprivate set

当前经验


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