![]() |
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_RestrictedDeployableSpawnPointComponent |
| Deployable spawn point with configurable conditions. More... | |
Enumerations | |
| enum | SCR_ESpawnPointBudgetType |
Functions | |
| enum SCR_ESpawnPointBudgetType | EntityEditorProps (category:"GameScripted/DeployableItems", description:"") |
Variables | |
| NONE = 0 | |
| SUPPLIES = 1 | |
| SPAWNTICKET = 2 | |
Definition at line 1 of file SCR_RestrictedDeployableSpawnPointComponent.c.
| enum SCR_ESpawnPointBudgetType EntityEditorProps | ( | category:"GameScripted/DeployableItems" | , |
| description:"" | ) |
Definition at line 1 of file SCR_RestrictedDeployableSpawnPointComponent.c.
| @ NONE = 0 |
Definition at line 9 of file SCR_RestrictedDeployableSpawnPointComponent.c.
| SPAWNTICKET = 2 |
Definition at line 11 of file SCR_RestrictedDeployableSpawnPointComponent.c.
| SUPPLIES = 1 |
Definition at line 10 of file SCR_RestrictedDeployableSpawnPointComponent.c.