![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SCR_AIIdleBehavior_Driver (SCR_AIUtilityComponent utility, SCR_AIActivityBase groupActivity, notnull IEntity vehicleEntity) |
| override void | OnFail () |
| void | OnVehicleApproaching () |
| void | EvaluateLightsUsage () |
| override float | CustomEvaluate () |
| bool | ShouldUseHiBeamLights (float worldTime) |
| bool | ShouldUseLights (float worldTime) |
| bool | IsLightInteractionAllowed () |
| bool | GetHiBeamLightsState () |
| bool | GetLightsState () |
| void | SetHiBeamLightState (bool enable) |
| void | SetLightsState (bool enableLights, bool enableHiBeamLights=false) |
Protected Attributes | |
| const int | LIGHTS_CHECK_INTERVAL_MS = 2*1000 |
| const int | UNSAFE_LIGHTS_LOCK_DURATION_MS = 5 * 60 * 1000 |
| const float | MIN_HIBEAM_LIGHTS_VEHICLE_SPEED_MPS_SQ = 4 |
| const int | VEHICLE_DANGER_HIBEAM_LIGHTS_TIMEOUT_MS = 5*1000 |
| SCR_AIInfoComponent | m_Info |
| IEntity | m_Vehicle |
| BaseLightManagerComponent | m_VehicleLightManager |
| float | m_fNextLightsCheck |
| float | m_fHiBeamIgnoreTime |
Definition at line 1 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 18 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 80 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 54 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 135 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 144 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 122 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 33 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 44 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 153 of file SCR_AIIdleBehavior_Driver.c.
|
inlineprotected |
Definition at line 162 of file SCR_AIIdleBehavior_Driver.c.
Definition at line 93 of file SCR_AIIdleBehavior_Driver.c.
Definition at line 106 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 3 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 16 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 14 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 10 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 11 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 12 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 6 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 4 of file SCR_AIIdleBehavior_Driver.c.
|
protected |
Definition at line 8 of file SCR_AIIdleBehavior_Driver.c.