4 protected ref ScriptInvoker<SCR_MineFlagPickUpAction> m_OnItemPickUp;
7 ScriptInvoker GetOnItemPickUp()
10 m_OnItemPickUp =
new ScriptInvoker();
12 return m_OnItemPickUp;
16 override void PerformAction(IEntity pOwnerEntity, IEntity pUserEntity)
18 super.PerformAction(pOwnerEntity, pUserEntity);
21 m_OnItemPickUp.Invoke(
this);