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.
|
触发器触发条件基类 More...
Public Member Functions | |
TriggerConditionBase (ConditionStruct conditionStruct) | |
bool | CanRelease (OnTriggerDataBase data) |
能否释放,如果没有条件当然可以了~ 否则就做检查 More... | |
Protected Member Functions | |
bool | CheckProp (int val) |
检查数值是否合法 More... | |
abstract bool | Check (OnTriggerDataBase data) |
Properties | |
ConditionStruct | ConditionStruct [get] |
触发器触发条件基类
|
inline |
bool XSSLG.TriggerConditionBase.CanRelease | ( | OnTriggerDataBase | data | ) |
能否释放,如果没有条件当然可以了~ 否则就做检查
|
protectedpure virtual |
Implemented in XSSLG.TriggerConditionNull, and XSSLG.AfterAttackCondition.
|
inlineprotected |
检查数值是否合法
val | 要检查的数值 |
|
getprotected |