Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_OpenDeployableSpawnPointStorageAction.c
Go to the documentation of this file.
2{
3#ifndef DISABLE_INVENTORY
5
6 //------------------------------------------------------------------------------------------------
7 override protected bool CanBeShownScript(IEntity user)
8 {
9 return m_DeployableItemComp.CanOpenStorageBeShown(user);
10 }
11
12 //------------------------------------------------------------------------------------------------
13 override void Init(IEntity pOwnerEntity, GenericComponent pManagerComponent)
14 {
15 IEntity owner = GetOwner();
16 if (!owner)
17 return;
18
20 }
21#endif
22}
proto external Managed FindComponent(typename typeName)
override void Init(IEntity pOwnerEntity, GenericComponent pManagerComponent)
SCR_RestrictedDeployableSpawnPointComponent m_DeployableItemComp
modded version for to be used with the inventory 2.0
Deployable spawn point with configurable conditions.
IEntity GetOwner()
Owner entity of the fuel tank.