Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MineFlagPickUpAction.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
3{
5
6 //------------------------------------------------------------------------------------------------
14
15 //------------------------------------------------------------------------------------------------
16 override void PerformAction(IEntity pOwnerEntity, IEntity pUserEntity)
17 {
18 super.PerformAction(pOwnerEntity, pUserEntity);
19
21 m_OnItemPickUp.Invoke(this);
22 }
23};
override void PerformAction(IEntity pOwnerEntity, IEntity pUserEntity)
ref ScriptInvoker< SCR_MineFlagPickUpAction > m_OnItemPickUp
ScriptInvokerBase< func > ScriptInvoker
Definition tools.c:134