Corgi Engine
v9.0
|
This Decision will return true if a reload is needed More...
Public Member Functions | |
override void | Initialization () |
On Init we store our CharacterHandleWeapon More... | |
override bool | Decide () |
On Decide we return true if a reload is needed More... | |
Public Member Functions inherited from MoreMountains.Tools.AIDecision | |
virtual void | OnEnterState () |
Meant to be overridden, called when the Brain enters a State this Decision is in More... | |
virtual void | OnExitState () |
Meant to be overridden, called when the Brain exits a State this Decision is in More... | |
Protected Attributes | |
CharacterHandleWeapon | _characterHandleWeapon |
Protected Attributes inherited from MoreMountains.Tools.AIDecision | |
AIBrain | _brain |
Additional Inherited Members | |
Public Attributes inherited from MoreMountains.Tools.AIDecision | |
string | Label |
a label you can set to organize your AI Decisions, not used by anything else More... | |
Protected Member Functions inherited from MoreMountains.Tools.AIDecision | |
virtual void | Awake () |
On Awake we grab our Brain More... | |
Properties inherited from MoreMountains.Tools.AIDecision | |
virtual bool | DecisionInProgress [get, set] |
This Decision will return true if a reload is needed
|
virtual |
|
virtual |
On Init we store our CharacterHandleWeapon
Reimplemented from MoreMountains.Tools.AIDecision.
|
protected |