Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MuzzleInMagComponent.c
Go to the documentation of this file.
1[ComponentEditorProps(category: "GameScripted/Misc", description: "")]
5
6class 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}
enum EAIGroupCombatMode ComponentEditorProps(category:"GameScripted/AI", description:"Component for utility AI system for groups")
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute