![]() |
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_CampaignServiceEntityComponentClass |
Macros | |
| #define | ENABLE_BASE_DESTRUCTION |
Functions | |
| SCR_CampaignServiceEntityComponentClass ScriptComponentClass | Attribute ("50", UIWidgets.Slider, "How much of service operability this entity represents", "0 100 1")] protected int m_iEntityOperabilityPart |
| How much is the service operability reduced when this entity is destroyed. | |
Variables | |
| int | m_iRepairCost |
| Cost of repair. | |
| SCR_CampaignServiceCompositionComponent | m_ServiceCompositionComp |
| SCR_DestructionMultiPhaseComponent | m_DestMultiComp |
| bool | m_bCanEvaluateHit = true |
| RplComponent | m_RplComponent |
| #define ENABLE_BASE_DESTRUCTION |
Definition at line 1 of file SCR_CampaignServiceEntityComponent.c.
| SCR_CampaignServiceEntityComponentClass ScriptComponentClass Attribute | ( | "50" | , |
| UIWidgets. | Slider, | ||
| "How much of service operability this entity represents" | , | ||
| "0 100 1" | ) |
How much is the service operability reduced when this entity is destroyed.
Definition at line 19 of file SCR_CampaignServiceEntityComponent.c.
|
protected |
Definition at line 18 of file SCR_CampaignServiceEntityComponent.c.
|
protected |
Cost of repair.
Definition at line 15 of file SCR_CampaignServiceEntityComponent.c.
|
protected |
Definition at line 20 of file SCR_CampaignServiceEntityComponent.c.
|
protected |
Definition at line 17 of file SCR_CampaignServiceEntityComponent.c.