|
Arma Reforger Script API
|
Combat move logic when doing suppressive fire. More...
Public Member Functions | |
| override TStringArray | GetVariablesIn () |
Public Member Functions inherited from AITaskScripted | |
| void | OnEnter (AIAgent owner) |
| void | OnAbort (AIAgent owner, Node nodeCausingAbort) |
Public Member Functions inherited from Node | |
| proto external int | GetNodeID () |
| proto external TypeName | GetVariableType (bool inputPort, string name) |
| proto bool | GetVariableIn (string name, out void val) |
| proto void | SetVariableOut (string name, void val) |
| proto void | ClearVariable (string name) |
| proto void | GetCallstackStr (out string val) |
| proto void | GetParentTreeName (out string val) |
Protected Member Functions | |
| override bool | OnUpdate (AIAgent owner, float dt) |
| override float | GetTargetDistance () |
| override vector | GetTargetPosition () |
| override vector | ResolveRequestTargetPos () |
| override bool | ResolveFailMoveIfNoCover () |
| override float | ResolveStoppedWaitTime (bool inCover, EAIThreatState threat, EWeaponType weaponType) |
| override bool | MoveToNextPosCondition () |
Protected Member Functions inherited from SCR_AICombatMoveLogicBase | |
| vector | GetAvoidStraightPathDir () |
| override void | OnInit (AIAgent owner) |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
| Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state. | |
| bool | FFAvoidanceCondition () |
| bool | FFAvoidanceNewRequestCondition () |
| void | PushRequestFFAvoidance () |
| void | PushRequestMove () |
| void | ResolveMoveRequestMovePosAndDir (vector targetPos, out vector outMovePos, out vector outAvoidStraightPathDir, out SCR_EAICombatMoveDirection outDirection, out float outCoverSearchSectorHalfAngleRad) |
| bool | SuppressedInCoverCondition () |
| void | SuppressedInCoverLogic () |
| void | PushRequestChangeStanceInCover (bool exposed, SCR_EAICombatMoveReason reason, float waitTime) |
| bool | CurrentCoverUselessCondition () |
| void | PushRequestLeaveUselessCover () |
| bool | MoveFromTargetCondition () |
| bool | MoveFromTargetNewRequestCondition () |
| void | PushRequestMoveFromTarget () |
| bool | IsFirstExecution () |
Protected Member Functions inherited from AITaskScripted | |
| string | GetNodeMiddleText () |
Protected Member Functions inherited from Node | |
| TStringArray | GetVariablesOut () |
Protected Attributes | |
| SCR_AISuppressionVolumeBase | m_SuppressionVolume |
| bool | m_bTargetVisible = false |
| float | m_fTargetLastSeenTime_ms = 0 |
| bool | m_bGoodVision |
Protected Attributes inherited from SCR_AICombatMoveLogicBase | |
| SCR_AICombatMoveState | m_State |
| SCR_AIUtilityComponent | m_Utility |
| SCR_AICombatComponent | m_CombatComp |
| IEntity | m_MyEntity |
| CharacterControllerComponent | m_CharacterController |
| EAIThreatState | m_eThreatState |
| ECharacterStance | m_eStance |
| EWeaponType | m_eWeaponType |
| float | m_fTargetDist |
| float | m_fWeaponMinDist |
| bool | m_bCloseRangeCombat |
| bool | m_bVeryLongRangeCombat |
| float | m_fNextUpdate_ms |
| float | m_fUpdateInterval_ms |
Static Protected Attributes | |
| static const string | PORT_SUPPRESSION_VOLUME = "SuppressionVolume" |
| static const string | PORT_VISIBLE = "Visible" |
| static const string | PORT_TIME_LAST_SEEN = "TimeLastSeen_ms" |
| static const float | TIME_SINCE_GOOD_VISIBILITY_MIN_MS = 10000.0 |
| static ref TStringArray | s_aVarsIn |
Static Protected Attributes inherited from SCR_AICombatMoveLogicBase | |
| const float | COVER_QUERY_SECTOR_ANGLE_RAD = 0.3 * Math.PI |
Static Protected Attributes inherited from Node | |
| static ref TStringArray | m_aEmptyVars = {} |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_AICombatMoveLogicBase | |
| static override bool | VisibleInPalette () |
Static Protected Member Functions inherited from SCR_AICombatMoveLogicBase | |
| static void | OnMovementStarted (SCR_AIUtilityComponent utility, SCR_AICombatMoveRequest_Move rq, vector pos, bool destinationIsCover) |
| static void | OnMovementCompleted (SCR_AIUtilityComponent utility, SCR_AICombatMoveRequestBase rq) |
| static ECharacterStance | ResolveStanceOutsideCover (bool closeRange, EAIThreatState threat) |
| static float | ResolveOptimalDistance (float weaponMinDist) |
| static bool | IsAimingAndMovingAllowedForWeapon (EWeaponType weaponType) |
Static Protected Member Functions inherited from Node | |
| static string | GetOnHoverDescription () |
| static bool | CanReturnRunning () |
Combat move logic when doing suppressive fire.
|
protected |
Implements SCR_AICombatMoveLogicBase.
|
protected |
Implements SCR_AICombatMoveLogicBase.
| override TStringArray SCR_AICombatMoveLogic_Suppressive.GetVariablesIn | ( | ) |
Implements Node.
|
protected |
Implements SCR_AICombatMoveLogicBase.
|
protected |
Implements SCR_AICombatMoveLogicBase.
|
protected |
Implements SCR_AICombatMoveLogicBase.
|
protected |
Implements SCR_AICombatMoveLogicBase.
|
protected |
Implements SCR_AICombatMoveLogicBase.
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |