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

在攻击后条件判断 More...

Inheritance diagram for XSSLG.AfterAttackCondition:
XSSLG.TriggerConditionBase

Public Member Functions

 AfterAttackCondition (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

◆ AfterAttackCondition()

XSSLG.AfterAttackCondition.AfterAttackCondition ( ConditionStruct  conditionStruct)
inline

Member Function Documentation

◆ Check()

override bool XSSLG.AfterAttackCondition.Check ( OnTriggerDataBase  data)
inlineprotectedvirtual

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