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