Delegate ActionType.CanExecuteDelegate
A delegate method used for CanExecute
public delegate CanExecuteResult ActionType.CanExecuteDelegate(ActionInfo info, bool automatic)
Parameters
info
ActionInfoThe action info
automatic
boolWhether or not the action was started by a PersonAi rather than manually
Returns
- CanExecuteResult
- A delegate method used for
- Extension Methods