|
Arma Reforger Script API
|
Public Member Functions | |
| void | SCR_AIAnimateBehavior (SCR_AIUtilityComponent utility, SCR_AIActivityBase groupActivity, IEntity rootEntity, float priority=PRIORITY_BEHAVIOR_ANIMATE, float priorityLevel=PRIORITY_LEVEL_NORMAL, SCR_AIAnimationScript scriptForAgent=null, ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > relatedInvoker=null) |
| override int | GetCause () |
| Returns cause value, used for SCR_AISetting. | |
| override void | OnActionSelected () |
| override void | OnActionFailed () |
| override void | OnActionCompleted () |
Public Member Functions inherited from SCR_AIBehaviorBase | |
| void | SCR_AIBehaviorBase (SCR_AIUtilityComponent utility, SCR_AIActivityBase groupActivity) |
| SCR_AIActivityBase | GetGroupActivityContext () |
Public Member Functions inherited from SCR_AIActionBase | |
| 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. | |
| override void | OnSetActionState (EAIActionState state) |
| override void | OnSetSuspended (bool suspended) |
| override void | OnComplete () |
| override void | OnFail () |
| override void | OnActionRemoved () |
| string | GetActionDebugInfo () |
| string | GetDebugPanelText () |
| override void | OnActionDeselected () |
| void | OnActionExecuted () |
| 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". | |
Public Member Functions inherited from AIActionBase | |
| 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 AIActionBase | GetRelatedGroupActivity () |
| proto external void | SetRelatedGroupActivity (AIActionBase related) |
| float | CustomEvaluate () |
| bool | OnMessage (AIMessage msg) |
Public Attributes | |
| ref SCR_BTParamRef< IEntity > | m_RootEntity = new SCR_BTParamRef<IEntity>(SCR_AIActionTask.ENTITY_PORT) |
| ref SCR_BTParamRef< SCR_AIAnimationScript > | m_AgentScript = new SCR_BTParamRef<SCR_AIAnimationScript>(SCR_AIActionTask.AGENT_SCRIPT_PORT) |
| ref SCR_BTParamRef< ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > > | m_RelatedInvoker = new SCR_BTParamRef<ScriptInvokerBase<SCR_AIOnAnimationBehaviorAction>>(SCR_AIActionTask.RELATED_INVOKER_PORT) |
Public Attributes inherited from SCR_AIBehaviorBase | |
| SCR_AIUtilityComponent | m_Utility |
| float | m_fThreat = 0.0 |
| bool | m_bAllowLook = true |
| bool | m_bResetLook = false |
| bool | m_bUseCombatMove = false |
Public Attributes inherited from SCR_AIActionBase | |
| bool | m_bIsInterruptable = true |
| ResourceName | m_sBehaviorTree |
| ref ScriptInvoker | m_OnActionCompleted = new ScriptInvoker() |
| ref ScriptInvoker | m_OnActionFailed = new ScriptInvoker() |
| ref array< SCR_BTParamBase > | m_aParams = {} |
Protected Attributes | |
| int | m_iAnimationIndex |
| SCR_AIAnimateActivity | m_animateActivity |
Protected Attributes inherited from SCR_AIActionBase | |
| ref SCR_BTParam< float > | m_fPriorityLevel = new SCR_BTParam<float>(SCR_AIActionTask.PRIORITY_LEVEL_PORT) |
| EAIActionFailReason | m_eFailReason |
| void SCR_AIAnimateBehavior.SCR_AIAnimateBehavior | ( | SCR_AIUtilityComponent | utility, |
| SCR_AIActivityBase | groupActivity, | ||
| IEntity | rootEntity, | ||
| float | priority = PRIORITY_BEHAVIOR_ANIMATE, | ||
| float | priorityLevel = PRIORITY_LEVEL_NORMAL, | ||
| SCR_AIAnimationScript | scriptForAgent = null, | ||
| ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > | relatedInvoker = null ) |
| override int SCR_AIAnimateBehavior.GetCause | ( | ) |
Returns cause value, used for SCR_AISetting.
The return value should tell for which reason this action is being executed, to decide if certain SCR_AISetting can be applied when this action runs, or not.
Implements SCR_AIActionBase.
| override void SCR_AIAnimateBehavior.OnActionCompleted | ( | ) |
Implements SCR_AIBehaviorBase.
| override void SCR_AIAnimateBehavior.OnActionFailed | ( | ) |
Implements SCR_AIBehaviorBase.
| override void SCR_AIAnimateBehavior.OnActionSelected | ( | ) |
Implements SCR_AIBehaviorBase.
| ref SCR_BTParamRef<SCR_AIAnimationScript> SCR_AIAnimateBehavior.m_AgentScript = new SCR_BTParamRef<SCR_AIAnimationScript>(SCR_AIActionTask.AGENT_SCRIPT_PORT) |
|
protected |
|
protected |
| ref SCR_BTParamRef<ScriptInvokerBase<SCR_AIOnAnimationBehaviorAction> > SCR_AIAnimateBehavior.m_RelatedInvoker = new SCR_BTParamRef<ScriptInvokerBase<SCR_AIOnAnimationBehaviorAction>>(SCR_AIActionTask.RELATED_INVOKER_PORT) |
| ref SCR_BTParamRef<IEntity> SCR_AIAnimateBehavior.m_RootEntity = new SCR_BTParamRef<IEntity>(SCR_AIActionTask.ENTITY_PORT) |