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 | Protected Member Functions | List of all members
XSSLG.TriggerConditionNull Class Reference

无条件通过检查 More...

Inheritance diagram for XSSLG.TriggerConditionNull:
XSSLG.TriggerConditionBase

Public Member Functions

 TriggerConditionNull (ConditionStruct conditionStruct)
 
- Public Member Functions inherited from XSSLG.TriggerConditionBase
 TriggerConditionBase (ConditionStruct conditionStruct)
 
bool CanRelease (OnTriggerDataBase data)
 能否释放,如果没有条件当然可以了~ 否则就做检查 More...
 

Protected Member Functions

override bool Check (OnTriggerDataBase data)
 
- Protected Member Functions inherited from XSSLG.TriggerConditionBase
bool CheckProp (int val)
 检查数值是否合法 More...
 

Additional Inherited Members

- Properties inherited from XSSLG.TriggerConditionBase
ConditionStruct ConditionStruct [get]
 

Detailed Description

无条件通过检查

Constructor & Destructor Documentation

◆ TriggerConditionNull()

XSSLG.TriggerConditionNull.TriggerConditionNull ( ConditionStruct  conditionStruct)
inline

Member Function Documentation

◆ Check()

override bool XSSLG.TriggerConditionNull.Check ( OnTriggerDataBase  data)
protectedvirtual

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