![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | PerformAction (IEntity pOwnerEntity, IEntity pUserEntity) |
| override bool | GetActionNameScript (out string outName) |
| override event bool | CanBePerformedScript (IEntity user) |
| bool | SelectSuitableResourceGenerator (IEntity user) |
| override event bool | CanBeShownScript (IEntity user) |
| override event void | Init (IEntity pOwnerEntity, GenericComponent pManagerComponent) |
| void | DelayedInit (IEntity pOwnerEntity, GenericComponent pManagerComponent) |
Static Protected Member Functions | |
| static ScriptInvokerEntity2 | GetOnRefundPerformed () |
Protected Attributes | |
| EResourceType | m_eResourceType |
| EResourceGeneratorID | m_eGeneratorIdentifier |
| LocalizedString | m_sNoSuppliesActionName |
| LocalizedString | m_sInvalidNoValidRefundPoint |
| LocalizedString | m_sInvalidIsOccupied |
| SCR_Faction | m_Faction |
| SCR_EntityCatalogManagerComponent | m_EntityCatalogManager |
| SCR_CatalogEntitySpawnerComponent | m_CatalogEntitySpawnerComponent |
| RplComponent | m_ReplicationComponent |
| SCR_ResourceGenerator | m_ResourceGenerator |
| float | m_fResourceCost = -1 |
| bool | m_bIsResourceEnabled = true |
| SCR_BaseCompartmentManagerComponent | m_CompartmentManager |
Static Protected Attributes | |
| static ref ScriptInvokerEntity2 | s_OnRefundPerformed |
Definition at line 1 of file SCR_ResourceEntityRefundAction.c.
|
inlineprotected |
Definition at line 106 of file SCR_ResourceEntityRefundAction.c.
|
inlineprotected |
Definition at line 178 of file SCR_ResourceEntityRefundAction.c.
|
inlineprotected |
Definition at line 202 of file SCR_ResourceEntityRefundAction.c.
|
inlineprotected |
Definition at line 72 of file SCR_ResourceEntityRefundAction.c.
|
inlinestaticprotected |
Get event called when player refunds some entity. Invoker params are: Entity refundedEntity, Entity playerEntity
Definition at line 35 of file SCR_ResourceEntityRefundAction.c.
|
inlineprotected |
Definition at line 195 of file SCR_ResourceEntityRefundAction.c.
|
inlineprotected |
Definition at line 44 of file SCR_ResourceEntityRefundAction.c.
|
inlineprotected |
Finds and selects a suitable resource generator and return if it was found or not.
Definition at line 137 of file SCR_ResourceEntityRefundAction.c.
Definition at line 25 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 20 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 30 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 7 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 19 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 4 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 18 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 23 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 21 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 22 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 16 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 13 of file SCR_ResourceEntityRefundAction.c.
|
protected |
Definition at line 10 of file SCR_ResourceEntityRefundAction.c.
|
staticprotected |
Definition at line 27 of file SCR_ResourceEntityRefundAction.c.