![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| 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. More... | |
| override void | OnPostInit (IEntity owner) |
| Called on PostInit when all components are added. More... | |
| override void | EOnInit (IEntity owner) |
| void | EvaluateHit () |
| void | RepairEntity () |
| Repair entity (called on Server) More... | |
| bool | IsProxy () |
| int | GetRepairCost () |
| void | SetHitEvaluation (bool canEvaluate) |
Variables | |
| protected int | m_iRepairCost |
| Cost of repair. More... | |
| protected SCR_CampaignServiceCompositionComponent | m_ServiceCompositionComp |
| protected SCR_DestructionMultiPhaseComponent | m_DestMultiComp |
| protected bool | m_bCanEvaluateHit = true |
| protected 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.
| void EvaluateHit | ( | ) |
Definition at line 50 of file SCR_CampaignServiceEntityComponent.c.
| int GetRepairCost | ( | ) |
Definition at line 92 of file SCR_CampaignServiceEntityComponent.c.
| bool IsProxy | ( | ) |
Definition at line 85 of file SCR_CampaignServiceEntityComponent.c.
| void RepairEntity | ( | ) |
Repair entity (called on Server)
Definition at line 71 of file SCR_CampaignServiceEntityComponent.c.
| void SetHitEvaluation | ( | bool | canEvaluate | ) |
Prevent multiple executions of onDamage event
| [in] | canEvaluate |
Definition at line 100 of file SCR_CampaignServiceEntityComponent.c.
| protected bool m_bCanEvaluateHit = true |
Definition at line 19 of file SCR_CampaignServiceEntityComponent.c.
| protected SCR_DestructionMultiPhaseComponent m_DestMultiComp |
Definition at line 18 of file SCR_CampaignServiceEntityComponent.c.
| protected int m_iRepairCost |
Cost of repair.
Definition at line 15 of file SCR_CampaignServiceEntityComponent.c.
| protected RplComponent m_RplComponent |
Definition at line 20 of file SCR_CampaignServiceEntityComponent.c.
| protected SCR_CampaignServiceCompositionComponent m_ServiceCompositionComp |
Definition at line 17 of file SCR_CampaignServiceEntityComponent.c.