![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SCR_AISuppressGroupClusterBehavior (SCR_AIUtilityComponent utility, SCR_AIActivityBase groupActivity, SCR_AISuppressionVolumeBase suppressionVolume, float suppressionDuration, float fireRate, float priorityLevel=PRIORITY_LEVEL_NORMAL, SCR_AITargetClusterState clusterState=null) |
| SCR_AITargetClusterState | GetClusterState () |
| float | GetDistance (notnull SCR_AITargetClusterState clusterState) |
| float | GetFireRate (float distance, float timeSinceLastInfoS, float soldierThreat, float groupThreat, float peakReactionFactor) |
| float | GetGroupThreat () |
| override float | CustomEvaluate () |
Protected Attributes | |
| const int | VOLUME_UPDATE_INTERVAL_MS = 1*500 |
| const float | FIRE_RATE_SCALING_MAX_DISTANCE = 600 |
| const float | THREAT_MAX_INCREASE = 0.25 |
| const float | THREAT_MAX_DECREASE = 0.15 |
| const float | THREAT_POTENTIAL_DECAY = 0.6 |
| const int | THREAT_MAX_PEAK_DURATION_MS = 20*1000 |
| const int | THREAT_MAX_PEAK_REACTION_DURATION_MS = 15*1000 |
| SCR_ChimeraAIAgent | m_Agent |
| SCR_AICombatComponent | m_CombatComponent |
| SCR_AIThreatSystem | m_ThreatSystem |
| float | m_fNextUpdate |
| float | m_fGroupThreat |
| float | m_fGroupThreatPotential |
| bool | m_bGroupThreatInPeak |
| float | m_fGroupThreatPeakTimeout |
| float | m_fGroupThreatPeakDuration |
| float | m_fGroupThreatPeakReactionTimeout |
| SCR_AITargetClusterState | m_ClusterState |
| ref SCR_AISuppressionVolumeClusterBox | m_Volume |
Definition at line 56 of file SCR_AISuppressBehavior.c.
|
inlineprotected |
Definition at line 82 of file SCR_AISuppressBehavior.c.
|
inlineprotected |
Definition at line 163 of file SCR_AISuppressBehavior.c.
|
inlineprotected |
Definition at line 103 of file SCR_AISuppressBehavior.c.
|
inlineprotected |
Definition at line 108 of file SCR_AISuppressBehavior.c.
|
inlineprotected |
Definition at line 117 of file SCR_AISuppressBehavior.c.
|
inlineprotected |
Definition at line 149 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 59 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 67 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 73 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 78 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 68 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 71 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 75 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 76 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 74 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 72 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 70 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 69 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 79 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 62 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 61 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 64 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 65 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 63 of file SCR_AISuppressBehavior.c.
|
protected |
Definition at line 58 of file SCR_AISuppressBehavior.c.