Arma Reforger Script API
|
Public Member Functions | |
void | GetSubactions (notnull array< AIActionBase > outSubactions) |
void | AddAction (AIActionBase subaction) |
override float | CustomEvaluate () |
override void | OnActionSelected () |
override void | OnActionDeselected () |
override void | OnActionRemoved () |
![]() | |
override float | EvaluatePriorityLevel () |
void | SetPriorityLevel (int priority) |
EAIActionFailReason | GetFailReason () |
void | SetFailReason (EAIActionFailReason failReason) |
Fail reason is an optional value which can be used to figure out why action failed. | |
int | GetCause () |
Returns cause value, used for SCR_AISetting. | |
override void | OnSetActionState (EAIActionState state) |
override void | OnSetSuspended (bool suspended) |
override void | OnComplete () |
override void | OnFail () |
string | GetActionDebugInfo () |
string | GetDebugPanelText () |
void | OnActionExecuted () |
void | OnActionCompleted () |
void | OnActionFailed () |
bool | IsActionInterruptable () |
void | SetActionInterruptable (bool IsInterruptable) |
void | SetParametersToBTVariables (SCR_AIActionTask node) |
void | GetParametersFromBTVariables (SCR_AIActionTask node) |
TStringArray | GetPortNames () |
float | GetRestrictedPriorityLevel (float minimumLevel=PRIORITY_LEVEL_NORMAL) |
Limits priority level for actions such that those are performed in "NORMAL" and "PLAYER" priority level but not in "GAMEMASTER". | |
![]() | |
proto external float | Evaluate () |
proto external float | GetPriority () |
proto external void | SetPriority (float priority) |
proto external bool | GetActionIsSuspended () |
proto external void | SetActionIsSuspended (bool val) |
proto external bool | GetIsUniqueInActionQueue () |
proto external void | SetIsUniqueInActionQueue (bool unique) |
proto external EAIActionState | GetActionState () |
proto external void | SetActionState (EAIActionState state) |
proto external void | Fail () |
proto external void | Complete () |
proto external bool | GetRemoveAction () |
proto external void | SetRemoveAction (bool val) |
proto external ref AIActionBase | GetRelatedGroupActivity () |
proto external void | SetRelatedGroupActivity (AIActionBase related) |
bool | OnMessage (AIMessage msg) |
Protected Attributes | |
ref array< ref AIActionBase > | m_aSubactions = {} |
![]() | |
ref SCR_BTParam< float > | m_fPriorityLevel = new SCR_BTParam<float>(SCR_AIActionTask.PRIORITY_LEVEL_PORT) |
EAIActionFailReason | m_eFailReason |
void SCR_AICompositeActionParallel.AddAction | ( | AIActionBase | subaction | ) |
override float SCR_AICompositeActionParallel.CustomEvaluate | ( | ) |
Implements AIActionBase.
void SCR_AICompositeActionParallel.GetSubactions | ( | notnull array< AIActionBase > | outSubactions | ) |
override void SCR_AICompositeActionParallel.OnActionDeselected | ( | ) |
Implements SCR_AIActionBase.
override void SCR_AICompositeActionParallel.OnActionRemoved | ( | ) |
Implements SCR_AIActionBase.
override void SCR_AICompositeActionParallel.OnActionSelected | ( | ) |
Implements SCR_AIActionBase.
|
protected |