Table of Contents

Delegate ActionType.CanExecuteDelegate

Namespace
TinyLife.Actions
Assembly
Tiny Life.dll

A delegate method used for CanExecute

public delegate CanExecuteResult ActionType.CanExecuteDelegate(ActionInfo info, bool automatic)

Parameters

info ActionInfo

The action info

automatic bool

Whether or not the action was started by a PersonAi rather than manually

Returns

CanExecuteResult
A delegate method used for
Extension Methods