Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_MinePickUpItemAction.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
2
class
SCR_MinePickUpItemAction
:
SCR_PickUpItemAction
3
{
4
5
//------------------------------------------------------------------------------------------------
6
override
bool
CanBeShownScript(
IEntity
user)
7
{
8
SCR_PressureTriggerComponent mineTriggerComponent = SCR_PressureTriggerComponent.Cast(
GetOwner
().FindComponent(SCR_PressureTriggerComponent));
9
if
(mineTriggerComponent && mineTriggerComponent.IsActivated())
10
return
false
;
11
12
return
super.CanBeShownScript(user);
13
}
14
15
};
IEntity
Definition
IEntity.c:13
SCR_MinePickUpItemAction
Definition
SCR_MinePickUpItemAction.c:3
SCR_PickUpItemAction
Definition
SCR_PickUpItemAction.c:3
GetOwner
IEntity GetOwner()
Owner entity of the fuel tank.
Definition
SCR_FuelNode.c:128
scripts
Game
UserActions
SCR_MinePickUpItemAction.c
Generated by
1.17.0