Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DeployInventoryItemAction.c
Go to the documentation of this file.
2{
3 //------------------------------------------------------------------------------------------------
4 override bool CanBeShownScript(IEntity user)
5 {
6 if (GetOwner().GetParent())
7 return false;
8
9 return super.CanBeShownScript(user);
10 }
11}
Faction GetParent()
proto external IEntity GetOwner()
Returns the parent entity of this action.