![]() |
Corgi Engine v9.3
|
This action will cause your AI character to stop crouching More...
Public Member Functions | |
override void | Initialization () |
On init we grab our CharacterRun component More... | |
override void | PerformAction () |
On PerformAction we start running More... | |
![]() | |
virtual void | OnEnterState () |
Describes what happens when the brain enters the state this action is in. Meant to be overridden. More... | |
virtual void | OnExitState () |
Describes what happens when the brain exits the state this action is in. Meant to be overridden. More... | |
Protected Attributes | |
CharacterCrouch | _characterCrouch |
![]() | |
bool | _initialized |
AIBrain | _brain |
Additional Inherited Members | |
![]() | |
enum | InitializationModes { EveryTime , OnlyOnce } |
![]() | |
InitializationModes | InitializationMode |
whether initialization should happen only once, or every time the brain is reset More... | |
string | Label |
a label you can set to organize your AI Actions, not used by anything else More... | |
![]() | |
virtual void | Awake () |
On Awake we grab our AIBrain More... | |
![]() | |
virtual bool | ActionInProgress [getset] |
virtual bool | ShouldInitialize [get] |
This action will cause your AI character to stop crouching
|
virtual |
On init we grab our CharacterRun component
Reimplemented from MoreMountains.Tools.AIAction.
|
virtual |
On PerformAction we start running
Implements MoreMountains.Tools.AIAction.
|
protected |