Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_MuzzleInMagComponent.c
Go to the documentation of this file.
1 [ComponentEditorProps(category: "GameScripted/Misc", description: "")]
3 {
4 }
5 
6 class SCR_MuzzleInMagComponent : MuzzleInMagComponent
7 {
8  [Attribute("1", desc: "Some launchers are one off and can never be reloaded. This bool makes sure that the resupply functionality will never try to add magazines/projectiles of the weapon to the inventory on resupply.")]
9  protected bool m_bCanBeReloaded;
10 
11  //------------------------------------------------------------------------------------------------
14  bool CanBeReloaded()
15  {
16  return m_bCanBeReloaded;
17  }
18 }
ComponentEditorProps
SCR_FragmentEntityClass ComponentEditorProps
MuzzleInMagComponentClass
Definition: MuzzleInMagComponent.c:12
Attribute
SCR_MuzzleInMagComponentClass MuzzleInMagComponentClass Attribute("1", desc:"Some launchers are one off and can never be reloaded. This bool makes sure that the resupply functionality will never try to add magazines/projectiles of the weapon to the inventory on resupply.")
Definition: SCR_MuzzleInMagComponent.c:8
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
SCR_MuzzleInMagComponentClass
Definition: SCR_MuzzleInMagComponent.c:2
category
params category
Definition: SCR_VehicleDamageManagerComponent.c:180