![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override bool | HasConstrainedGeneration () |
| override float | ComputeGeneratedResources (notnull SCR_ResourceGenerator generator, float resourceValue) |
| SCR_ResourceContainer | SpawnContainer (notnull SCR_ResourceGenerator generator, inout float resourceValue) |
| void | ProcessContainer (notnull SCR_ResourceContainer container, inout float resourceValue) |
| override void | PerformAction (notnull SCR_ResourceGenerator generator, inout float resourceValue) |
Static Protected Member Functions | |
| static ResourceName | GetDefaultPrefab () |
Protected Attributes | |
| vector | m_vSpawnOrigin |
| float | m_fSpawnRadius |
| ResourceName | m_sResourceContainerPrefab |
Definition at line 2 of file SCR_ResourceGeneratorActionDropContainers.c.
|
inlineprotected |
Definition at line 27 of file SCR_ResourceGeneratorActionDropContainers.c.
|
inlinestaticprotected |
Definition at line 15 of file SCR_ResourceGeneratorActionDropContainers.c.
|
inlineprotected |
Definition at line 21 of file SCR_ResourceGeneratorActionDropContainers.c.
|
inlineprotected |
Definition at line 102 of file SCR_ResourceGeneratorActionDropContainers.c.
|
inlineprotected |
Helper method to process a specific container of the list of container to perform the action on.
| [in] | generator | The container that the action is being performed on. |
| [in,out] | resourceValue | The resource value that is to be used with the action. |
Definition at line 94 of file SCR_ResourceGeneratorActionDropContainers.c.
|
inlineprotected |
Spawns a container with a given resource value. The resource value will be of course clamped to the limits of the container configuration that was selected.
| [in] | generator | The generator that caused the action. |
| [in,out] | resourceValue | The resource value that is expected for the container to have. |
Definition at line 39 of file SCR_ResourceGeneratorActionDropContainers.c.
|
protected |
Definition at line 8 of file SCR_ResourceGeneratorActionDropContainers.c.
|
protected |
Definition at line 11 of file SCR_ResourceGeneratorActionDropContainers.c.
|
protected |
Definition at line 5 of file SCR_ResourceGeneratorActionDropContainers.c.