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 | List of all members
XSSLG.TechniqueLevelEx Class Reference

技能等级类 More...

Public Member Functions

int GetLv (TechniqueType type)
 根据技能类型获取技能等级 More...
 
bool AddExpAndCheckLevel (TechniqueType type, int addExp)
 增加经验值并看看能否升级 More...
 
 TechniqueLevelEx (List< TechniqueLevel > dataArray)
 

Properties

List< LevelBaseTechniqueArray [get]
 index为TechniqueType,值是对应的LevelBase数据,数组长度固定 More...
 

Detailed Description

技能等级类

Constructor & Destructor Documentation

◆ TechniqueLevelEx()

XSSLG.TechniqueLevelEx.TechniqueLevelEx ( List< TechniqueLevel dataArray)
inline

Member Function Documentation

◆ AddExpAndCheckLevel()

bool XSSLG.TechniqueLevelEx.AddExpAndCheckLevel ( TechniqueType  type,
int  addExp 
)

增加经验值并看看能否升级

◆ GetLv()

int XSSLG.TechniqueLevelEx.GetLv ( TechniqueType  type)

根据技能类型获取技能等级

Property Documentation

◆ TechniqueArray

List<LevelBase> XSSLG.TechniqueLevelEx.TechniqueArray
getprivate

index为TechniqueType,值是对应的LevelBase数据,数组长度固定


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