![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnDamageEffectAdded (notnull SCR_DamageEffect dmgEffect) |
| void | OnDamageEffectRemoved (notnull SCR_DamageEffect dmgEffect) |
| void | ThreatBulletImpact (int count) |
| void | ThreatExplosion (float distance) |
| void | ThreatShotFired (float distance, int count) |
| void | ThreatProjectileFlyby (int count) |
| void | GetThreatValues (out float suppression, out float shotsFired, out float injury, out float endangered) |
| Retrieve all threat values. primarily used for save/load logic. | |
| void | SetThreatValues (float suppression, float shotsFired, float injury, float endangered) |
| Apply threat values obtained through GetThreatValues. primarily used for save/load logic. | |
| void | DebugPrintToWidget (TextWidget w) |
Static Protected Attributes | |
| static const float | ALERTED_THRESHOLD = 0.33 |
| static const float | THREATENED_THRESHOLD = 0.66 |
| static const float | ATTACK_DELAYED_THRESHOLD = 0.001 |
Definition at line 17 of file SCR_AIThreatSystem.c.
|
inlineprotected |
| [in] | w |
Definition at line 356 of file SCR_AIThreatSystem.c.
|
inlineprotected |
Retrieve all threat values. primarily used for save/load logic.
Definition at line 335 of file SCR_AIThreatSystem.c.
|
inlineprotected |
Definition at line 254 of file SCR_AIThreatSystem.c.
|
inlineprotected |
Definition at line 263 of file SCR_AIThreatSystem.c.
|
inlineprotected |
Apply threat values obtained through GetThreatValues. primarily used for save/load logic.
Definition at line 345 of file SCR_AIThreatSystem.c.
|
inlineprotected |
| [in] | count |
Definition at line 275 of file SCR_AIThreatSystem.c.
|
inlineprotected |
| [in] | distance |
Definition at line 287 of file SCR_AIThreatSystem.c.
|
inlineprotected |
| [in] | count |
Definition at line 324 of file SCR_AIThreatSystem.c.
| [in] | distance | |
| [in] | count |
Definition at line 311 of file SCR_AIThreatSystem.c.
|
staticprotected |
Definition at line 38 of file SCR_AIThreatSystem.c.
|
staticprotected |
When threat is below this level, our attack against enemy is delayed count about 36 seconds until m_fThreatIsEndangered drops to this value
Definition at line 43 of file SCR_AIThreatSystem.c.
|
staticprotected |
Definition at line 39 of file SCR_AIThreatSystem.c.