Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CampaignServiceEntityComponent.c File Reference

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

Macro Definition Documentation

◆ ENABLE_BASE_DESTRUCTION

#define ENABLE_BASE_DESTRUCTION

Definition at line 1 of file SCR_CampaignServiceEntityComponent.c.

Function Documentation

◆ Attribute()

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.

Variable Documentation

◆ m_bCanEvaluateHit

bool m_bCanEvaluateHit = true
protected

Definition at line 19 of file SCR_CampaignServiceEntityComponent.c.

◆ m_DestMultiComp

SCR_DestructionMultiPhaseComponent m_DestMultiComp
protected

Definition at line 18 of file SCR_CampaignServiceEntityComponent.c.

◆ m_iRepairCost

int m_iRepairCost
protected

Cost of repair.

Definition at line 15 of file SCR_CampaignServiceEntityComponent.c.

◆ m_RplComponent

RplComponent m_RplComponent
protected

Definition at line 20 of file SCR_CampaignServiceEntityComponent.c.

◆ m_ServiceCompositionComp

SCR_CampaignServiceCompositionComponent m_ServiceCompositionComp
protected

Definition at line 17 of file SCR_CampaignServiceEntityComponent.c.