|
Arma Reforger Script API
|
Public Member Functions | |
| override TStringArray | GetVariablesOut () |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
Public Member Functions inherited from SCR_AIGetWaypointParameters | |
| override TStringArray | GetVariablesIn () |
Public Attributes | |
| ref array< string > | m_tagsArray = {} |
Static Protected Member Functions | |
| static override bool | VisibleInPalette () |
| static override string | GetOnHoverDescription () |
Static Protected Attributes | |
| static ref TStringArray | s_aVarsOut2 = SCR_AINodePortsHelpers.MergeTwoArrays(SCR_AIGetWaypointParameters.s_aVarsOut_Base, {PORT_USE_TURRETS, PORT_SEARCH_TAGS, PORT_FAST_INIT, PORT_WAYPOINT_HOLDING_TIME}) |
Static Protected Attributes inherited from SCR_AIGetWaypointParameters | |
| static ref TStringArray | s_aVarsIn |
| static ref TStringArray | s_aVarsOut_Base |
Additional Inherited Members | |
Static Public Attributes inherited from SCR_AIGetWaypointParameters | |
| static const string | PORT_WAYPOINT_IN = "WaypointIn" |
| static const string | PORT_WAYPOINT_OUT = "WaypointOut" |
| static const string | PORT_RADIUS = "Radius" |
| static const string | PORT_ORIGIN = "Origin" |
| static const string | PORT_PRIORITY_LEVEL = "PriorityLevel" |
| static const string | PORT_BOARDING_PARAMS = "BoardingParams" |
| static const string | PORT_WAYPOINT_HOLDING_TIME = "HoldingTime" |
| static const string | PORT_USE_TURRETS = "UseTurrets" |
| static const string | PORT_SEARCH_TAGS = "SearchTags" |
| static const string | PORT_FAST_INIT = "FastInit" |
| static const string | PORT_VEHICLE = "Vehicle" |
| static const string | PORT_ENTITY = "Entity" |
Protected Attributes inherited from SCR_AIGetWaypointParameters | |
| SCR_AIWaypoint | m_Waypoint |
| override ENodeResult SCR_AIGetDefendWaypointParameters.EOnTaskSimulate | ( | AIAgent | owner, |
| float | dt ) |
Implements SCR_AIGetWaypointParameters.
|
staticprotected |
| override TStringArray SCR_AIGetDefendWaypointParameters.GetVariablesOut | ( | ) |
Implements SCR_AIGetWaypointParameters.
|
staticprotected |
Implements SCR_AIGetWaypointParameters.
| ref array<string> SCR_AIGetDefendWaypointParameters.m_tagsArray = {} |
|
staticprotected |