![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Basically SCR_SpawnPoint with the ability to limit respawn amount. More...
Protected Member Functions | |
| bool | CanSpawn (notnull array< SCR_ChimeraCharacter > characters, Faction spawnPointFaction, vector spawnPointOrigin) |
| override bool | IsSpawnPointVisibleForPlayer (int pid) |
| override void | OnFinalizeSpawnDone_S (SCR_SpawnRequestComponent requestComponent, SCR_SpawnData data, IEntity entity) |
| override bool | CanReserveFor_S (int playerId, out SCR_ESpawnResult result=SCR_ESpawnResult.SPAWN_NOT_ALLOWED) |
| void | SetAllowAllGroupsToSpawn (bool allowAllGroupsToSpawn) |
| void | SetBudgetType (SCR_ESpawnPointBudgetType budgetType) |
| void | SetGroupID (int groupID) |
| int | GetMaxRespawns () |
| void | SetMaxRespawns (int maxRespawns) |
| int | GetRespawnCount () |
| void | SetRespawnCount (int respawnCount) |
| bool | IsLoadoutAllowed () |
| void | SetLoadoutAllowed (bool allow) |
Protected Attributes | |
| bool | m_bAllowAllGroupsToSpawn |
| int | m_iGroupID = -1 |
| SCR_ESpawnPointBudgetType | m_eRespawnBudgetType |
| int | m_iMaxRespawns |
| int | m_iRespawnCount |
| bool | m_bLoadoutAllowed |
Basically SCR_SpawnPoint with the ability to limit respawn amount.
Definition at line 8 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 92 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 25 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 162 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 174 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 186 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 60 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 75 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 142 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 149 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 155 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 192 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 168 of file SCR_RestrictedDeployableSpawnPoint.c.
|
inlineprotected |
Definition at line 180 of file SCR_RestrictedDeployableSpawnPoint.c.
|
protected |
Definition at line 11 of file SCR_RestrictedDeployableSpawnPoint.c.
|
protected |
Definition at line 22 of file SCR_RestrictedDeployableSpawnPoint.c.
|
protected |
Definition at line 16 of file SCR_RestrictedDeployableSpawnPoint.c.
|
protected |
Definition at line 14 of file SCR_RestrictedDeployableSpawnPoint.c.
|
protected |
Definition at line 18 of file SCR_RestrictedDeployableSpawnPoint.c.
|
protected |
Definition at line 20 of file SCR_RestrictedDeployableSpawnPoint.c.