Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PickUpLooseItemAction.c
Go to the documentation of this file.
2{
3 //------------------------------------------------------------------------------------------------
4 override bool CanBeShownScript(IEntity user)
5 {
6 return !GetOwner().GetParent() && super.CanBeShownScript(user);
7 }
8}
proto external IEntity GetParent()
IEntity GetOwner()
Owner entity of the fuel tank.