![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_RandomSpawnManagerComponentClass |
Functions | |
| SCR_RandomSpawnManagerComponentClass SCR_BaseGameModeComponentClass | Attribute ("20", params:"1 inf", desc:"Target cached spawnpoint amount for quicker simultaneous spawn") |
| override void | OnGameModeStart () |
| void | InitializeGrid () |
| bool | RequestSpawnPosition (FactionKey playerFaction, array< SCR_SpawnPoint > currentWorldSpawns, out vector outPos) |
| void | WakeUpGenerator () |
| void | ProcessGenerationBatch () |
| bool | TryGenerateSinglePoint (out vector outPos) |
| bool | IsDynamicallySafe (vector pos, FactionKey playerFaction, array< SCR_SpawnPoint > currentWorldSpawns) |
| SCR_RandomSpawnManagerComponentClass SCR_BaseGameModeComponentClass Attribute | ( | "20" | , |
| params:"1 inf" | , | ||
| desc:"Target cached spawnpoint amount for quicker simultaneous spawn" | ) |
Definition at line 1 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 58 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 330 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Called on every machine when game mode starts. This can be immediate (if no pre-game period is set) or can happen after a certain delay, as deemed appropriate by the authority.
Definition at line 45 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 242 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
| [in] | playerFaction | |
| [in] | currentWorldSpawns | |
| [out] | outPos |
Definition at line 195 of file SCR_RandomSpawnManagerComponent.c.
Definition at line 265 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 229 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 35 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 36 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 37 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 37 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 37 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 37 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 38 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 38 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 39 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 40 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 41 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 41 of file SCR_RandomSpawnManagerComponent.c.
|
protected |
Definition at line 42 of file SCR_RandomSpawnManagerComponent.c.