![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Spawn point entity defines positions on which players can possibly spawn. More...
Static Protected Member Functions | |
| static SCR_SpawnPointFinalizeSpawn_Invoker | GetOnSpawnPointFinalizeSpawn () |
| static void | ShowSpawnPointDescriptors (bool show, Faction faction) |
| static SCR_SpawnPoint | GetSpawnPointByRplId (RplId id) |
| static SCR_SpawnPoint | GetSpawnPointByIndex (int spawnPointIndex) |
| Return spawn point or null if out of bounds. | |
| static int | GetSpawnPointIndex (SCR_SpawnPoint spawnPoint) |
| Return spawn point index or -1 if not existent. | |
| static int | CountSpawnPoints () |
Protected Attributes | |
| RplComponent | m_RplComponent |
| float | m_fSpawnRadius = 10 |
| float | m_fPlayerCylinderRadius = 0.5 |
| float | m_fPlayerCylinderHeight = 2 |
| float | m_fColliderWidth = m_fPlayerCylinderRadius * 1.73205 |
| float | m_fColliderHeight = m_fPlayerCylinderRadius * 2 |
| vector | m_vCylinderVectorOffset = Vector(0, m_fPlayerCylinderHeight * 0.5, 0) |
| float | m_fRandomSpawnRadius |
| string | m_sFaction |
| bool | m_bShowInDeployMapOnly |
| bool | m_bTimedSpawnPoint |
| int | m_iPriority |
| SCR_UIInfo | m_LinkedInfo |
| SCR_FactionAffiliationComponent | m_FactionAffiliationComponent |
| ref SCR_UIInfo | m_Info |
| bool | m_bUseNearbySpawnPositions |
| float | m_fSpawnPositionUsageRange |
| float | m_fRespawnTime |
| bool | m_bForcedPosition |
| bool | m_bRandomizedSpawn |
| int | m_iRandomSpawnMaxAttempts |
| string | m_sSpawnPointName |
| ref array< SCR_Position > | m_aChildren = {} |
| ref set< int > | m_ReservationLocks = new set<int>() |
| ref ScriptInvokerBool | m_OnSetSpawnPointEnabled |
| bool | m_bSpawnPointEnabled |
Static Protected Attributes | |
| static ref SCR_SpawnPointNameChanged_Invoker | OnSpawnPointNameChanged = new SCR_SpawnPointNameChanged_Invoker() |
Spawn point entity defines positions on which players can possibly spawn.
Definition at line 27 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 825 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 832 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 454 of file SCR_SpawnPoint.c.
|
inlineprotected |
Authority: Returns whether this point can be reserved for provided player. Derived logic can e.g. check amount of pending locks versus available compartments for vehicle spawn points and similar.
| playerId | PlayerId of player who wants to reserve this point | |
| [out] | result | Reason why respawn is disabled. Note that if returns true the reason will always be OK |
Definition at line 191 of file SCR_SpawnPoint.c.
|
inlineprotected |
Authority: Clears reservation for provided player.
| playerId | PlayerId of player to check reservation for. |
Definition at line 244 of file SCR_SpawnPoint.c.
|
inlinestaticprotected |
Definition at line 436 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 496 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 328 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 503 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 135 of file SCR_SpawnPoint.c.
|
inlinestaticprotected |
Definition at line 144 of file SCR_SpawnPoint.c.
Definition at line 374 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 166 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 852 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 153 of file SCR_SpawnPoint.c.
|
inlineprotected |
Returns RplId of this spawn point.
Definition at line 302 of file SCR_SpawnPoint.c.
|
inlinestaticprotected |
Return spawn point or null if out of bounds.
Definition at line 411 of file SCR_SpawnPoint.c.
|
inlinestaticprotected |
Definition at line 311 of file SCR_SpawnPoint.c.
|
inlinestaticprotected |
Return spawn point index or -1 if not existent.
Definition at line 421 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 490 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 261 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 442 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 789 of file SCR_SpawnPoint.c.
Authority: Returns whether this point is currently reserved for provided player.
| playerId | PlayerId of player to check reservation for. |
Definition at line 211 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 427 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 111 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 368 of file SCR_SpawnPoint.c.
Definition at line 105 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 128 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 478 of file SCR_SpawnPoint.c.
Authority: Returns whether this point is currently reserved for provided player.
| playerId | PlayerId of player to check reservation for. |
Definition at line 223 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 810 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 802 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 460 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 469 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 172 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 159 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 117 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 484 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 268 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 362 of file SCR_SpawnPoint.c.
|
inlineprotected |
Definition at line 448 of file SCR_SpawnPoint.c.
Definition at line 274 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 91 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 68 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 71 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 44 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 102 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 47 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 59 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 53 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 34 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 33 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 32 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 31 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 38 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 65 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 62 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 30 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 56 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 50 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 74 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 52 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 99 of file SCR_SpawnPoint.c.
Authority: Set of all pending players that have a reservation for this spawn point.
Definition at line 97 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 29 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 41 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 86 of file SCR_SpawnPoint.c.
|
protected |
Definition at line 35 of file SCR_SpawnPoint.c.
|
staticprotected |
Definition at line 88 of file SCR_SpawnPoint.c.