![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | OnInit (AIAgent owner) |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
| bool | CheckTargetVisibility (notnull IEntity myEntity, notnull SCR_AISuppressionVolumeBase suppressionVolume) |
| int | ResolveFireTree (bool targetVisible) |
| override TStringArray | GetVariablesIn () |
| override TStringArray | GetVariablesOut () |
Static Protected Member Functions | |
| static override bool | VisibleInPalette () |
Protected Attributes | |
| const int | FIRE_TREE_INVALID = -1 |
| const int | FIRE_TREE_LOOK = 0 |
| const int | FIRE_TREE_SUPPRESSIVE = 1 |
| float | m_fVisibilityCheckTimer = VISIBILITY_CHECK_INTERVAL_S |
| bool | m_bTargetVisible = false |
| float | m_fTargetLastSeenTime_ms = 0 |
| ref TraceParam | m_TraceParam |
| ref array< IEntity > | m_TraceParamExcludeArray |
| const float | VISIBILITY_CHECK_INTERVAL_S = 0.75 |
| const float | VISIBILITY_CHECK_TRACE_RESULT_THRESHOLD = 0.5 |
| SCR_AIUtilityComponent | m_UtilityComponent |
| PerceptionComponent | m_PerceptionComponent |
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 string | PORT_FIRE_TREE_ID = "FireTreeId" |
| static ref TStringArray | s_aVarsIn = { PORT_SUPPRESSION_VOLUME } |
| static ref TStringArray | s_aVarsOut = { PORT_VISIBLE, PORT_TIME_LAST_SEEN, PORT_FIRE_TREE_ID } |
Definition at line 1 of file SCR_AIUpdateTargetSuppressionData.c.
|
inlineprotected |
Definition at line 75 of file SCR_AIUpdateTargetSuppressionData.c.
|
inlineprotected |
Definition at line 43 of file SCR_AIUpdateTargetSuppressionData.c.
|
inlineprotected |
Definition at line 165 of file SCR_AIUpdateTargetSuppressionData.c.
|
inlineprotected |
Definition at line 168 of file SCR_AIUpdateTargetSuppressionData.c.
|
inlineprotected |
Definition at line 34 of file SCR_AIUpdateTargetSuppressionData.c.
Definition at line 146 of file SCR_AIUpdateTargetSuppressionData.c.
|
inlinestaticprotected |
Definition at line 170 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 12 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 13 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 14 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 18 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 19 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 17 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 27 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 20 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 21 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 26 of file SCR_AIUpdateTargetSuppressionData.c.
|
staticprotected |
Definition at line 9 of file SCR_AIUpdateTargetSuppressionData.c.
|
staticprotected |
Definition at line 4 of file SCR_AIUpdateTargetSuppressionData.c.
|
staticprotected |
Definition at line 8 of file SCR_AIUpdateTargetSuppressionData.c.
|
staticprotected |
Definition at line 7 of file SCR_AIUpdateTargetSuppressionData.c.
|
staticprotected |
Definition at line 164 of file SCR_AIUpdateTargetSuppressionData.c.
|
staticprotected |
Definition at line 167 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 22 of file SCR_AIUpdateTargetSuppressionData.c.
|
protected |
Definition at line 23 of file SCR_AIUpdateTargetSuppressionData.c.