Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ExplosiveChargeInventoryItemComponent.c
Go to the documentation of this file.
1[EntityEditorProps(category: "GameScripted/Components", description: "")]
5
6class SCR_ExplosiveChargeInventoryItemComponent : SCR_PlaceableInventoryItemComponent
7{
8 //------------------------------------------------------------------------------------------------
9 protected override bool ShouldHideInVicinity()
10 {
11 return IsLocked();
12 }
13}
bool IsLocked(IEntity user, BaseCompartmentSlot compartmentSlot)
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
SCR_DeployableInventoryItemInventoryComponentClass SCR_PlaceableInventoryItemComponentClass ShouldHideInVicinity()