![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override bool | CanInteractWith (notnull SCR_ResourceContainer container) |
| override void | OnResourceGridUpdated (notnull SCR_ResourceGrid grid) |
| void | OnBaseRegistered (notnull SCR_ServicePointComponent servicePoint, notnull SCR_MilitaryBaseComponent base) |
| void | OnBaseUnregistered (notnull SCR_ServicePointComponent servicePoint, notnull SCR_MilitaryBaseComponent base) |
| void | OnBaseContainerRegistered (notnull SCR_ResourceGeneratorMilitaryBase generator, notnull SCR_ResourceContainer container) |
| void | OnBaseContainerUnregistered (notnull SCR_ResourceGeneratorMilitaryBase generator, notnull SCR_ResourceContainer container) |
| override void | Initialize (notnull IEntity owner) |
| override void | Clear () |
Protected Attributes | |
| SCR_ServicePointComponent | m_ServicePointComponent |
| ref set< SCR_ResourceGeneratorMilitaryBase > | m_aBaseGenerators |
Definition at line 2 of file SCR_ResourceGeneratorServicePoint.c.
|
inlineprotected |
Definition at line 8 of file SCR_ResourceGeneratorServicePoint.c.
|
inlineprotected |
Definition at line 160 of file SCR_ResourceGeneratorServicePoint.c.
|
inlineprotected |
Definition at line 146 of file SCR_ResourceGeneratorServicePoint.c.
|
inlineprotected |
Event that gets called upon a base registering a resource container.
| [in] | generator | The generator that registered the container, in this case it is expected to be the base that registered the container. |
| [in] | container | The container that was registered into the base. |
Definition at line 117 of file SCR_ResourceGeneratorServicePoint.c.
|
inlineprotected |
Event that gets called upon a base unregistering a resource container.
| [in] | generator | The generator that unregistered the container, in this case it is expected to be the base that unregistered the container. |
| [in] | container | The container that was unregistered into the base. |
Definition at line 131 of file SCR_ResourceGeneratorServicePoint.c.
|
inlineprotected |
Event that gets called upon a base registering the service.
| [in] | servicePoint | The service point that was registered, in this case it is expected to be the service point tied to this generator. |
| [in] | base | The base that registered the service. |
Definition at line 42 of file SCR_ResourceGeneratorServicePoint.c.
|
inlineprotected |
Event that gets called upon a base unregistering the service.
| [in] | servicePoint | The service point that was unregistered, in this case it is expected to be the service point tied to this generator. |
| [in] | base | The base that unregistered the service. |
Definition at line 80 of file SCR_ResourceGeneratorServicePoint.c.
|
inlineprotected |
Definition at line 23 of file SCR_ResourceGeneratorServicePoint.c.
|
protected |
Definition at line 5 of file SCR_ResourceGeneratorServicePoint.c.
|
protected |
Definition at line 4 of file SCR_ResourceGeneratorServicePoint.c.