![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnInit () |
| void | OnCleanup () |
| void | OnUpdatePoint (WorldUpdatePointArgs args) |
| override event bool | ShouldBePaused () |
| int | ClampSpawnDistanceSq (int spawnDistanceSq) |
| int | ClampDespawnDistanceSq (int despawnDistanceSq) |
| void | UpdateCheckInterval () |
| void | RefreshPlayerList () |
| void | OnPlayerSpawnedOrDeleted (int playerId, IEntity player) |
| void | ProcessSpawnpoint (int spawnpointIndex) |
| void | RegisterPatrol (notnull SCR_AmbientPatrolSpawnPointComponent patrol) |
| void | UnregisterPatrol (notnull SCR_AmbientPatrolSpawnPointComponent patrol) |
| int | GetPatrols (notnull out array< SCR_AmbientPatrolSpawnPointComponent > patrols) |
| void | OnPlayerDisconnected (int playerId, KickCauseCode cause=KickCauseCode.NONE, int timeout=-1) |
| void | OnPlayerKilled (notnull SCR_InstigatorContextData instigatorContextData) |
Static Protected Member Functions | |
| static SCR_AmbientPatrolSystem | GetInstance () |
Protected Attributes | |
| int | m_iMinSpawnDistance |
| int | m_iMaxSpawnDistance |
| int | m_iDespawnBufferDistance |
| int | m_iMinDespawnDistance |
| int | m_iMaxDespawnDistance |
| int | m_iMinSpawnDistanceSq = m_iMinSpawnDistance * m_iMinSpawnDistance |
| int | m_iMaxSpawnDistanceSq = m_iMaxSpawnDistance * m_iMaxSpawnDistance |
| int | m_iDespawnBufferDistanceSq = m_iDespawnBufferDistance * m_iDespawnBufferDistance |
| int | m_iMinDespawnDistanceSq = m_iMinDespawnDistance * m_iMinDespawnDistance |
| int | m_iMaxDespawnDistanceSq = m_iMaxDespawnDistance * m_iMaxDespawnDistance |
| ref array< SCR_AmbientPatrolSpawnPointComponent > | m_aPatrols = {} |
| ref array< IEntity > | m_aPlayers = {} |
| int | m_iIndexToCheck |
| int | m_iSpawnDistanceSq |
| int | m_iDespawnDistanceSq |
| float | m_fTimer |
| float | m_fCheckInterval |
Static Protected Attributes | |
| static const int | CHECK_INTERVAL = 3 |
| static const int | DESPAWN_TIMEOUT = 10000 |
| static const int | SPAWN_RADIUS_BLOCK_SQ = 150 * 150 |
Definition at line 2 of file SCR_AmbientPatrolSystem.c.
Definition at line 134 of file SCR_AmbientPatrolSystem.c.
Definition at line 128 of file SCR_AmbientPatrolSystem.c.
|
inlinestaticprotected |
Definition at line 117 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 307 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 73 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 49 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 313 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 319 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 170 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 86 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 176 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 146 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 282 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 111 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 292 of file SCR_AmbientPatrolSystem.c.
|
inlineprotected |
Definition at line 140 of file SCR_AmbientPatrolSystem.c.
|
staticprotected |
Definition at line 12 of file SCR_AmbientPatrolSystem.c.
|
staticprotected |
Definition at line 13 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 38 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 39 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 46 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 45 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 23 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 34 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 43 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 41 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 29 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 36 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 20 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 32 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 26 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 35 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 17 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 31 of file SCR_AmbientPatrolSystem.c.
|
protected |
Definition at line 42 of file SCR_AmbientPatrolSystem.c.
|
staticprotected |
Definition at line 14 of file SCR_AmbientPatrolSystem.c.