Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_MineWeaponComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_MineWeaponComponentClass
 

Functions

bool IsFlagged ()
 
void OnFlagRemoved (SCR_MineFlagPickUpAction action)
 
event protected bool RplLoad (ScriptBitReader reader)
 
event protected bool RplSave (ScriptBitWriter writer)
 
protected void OnFlagParentSlotChanged (InventoryStorageSlot oldSlot, InventoryStorageSlot newSlot)
 
protected void RegisterToFlag (IEntity flag)
 
protected SCR_MineFlagPickUpAction FindAction (IEntity flag)
 
void SetFlag (IEntity flag)
 

Variables

SCR_MineWeaponComponentClass m_FlagEntity
 

Function Documentation

◆ FindAction()

protected SCR_MineFlagPickUpAction FindAction ( IEntity  flag)

Definition at line 58 of file SCR_MineWeaponComponent.c.

◆ IsFlagged()

bool IsFlagged ( )
Returns

Definition at line 13 of file SCR_MineWeaponComponent.c.

◆ OnFlagParentSlotChanged()

protected void OnFlagParentSlotChanged ( InventoryStorageSlot  oldSlot,
InventoryStorageSlot  newSlot 
)

Definition at line 39 of file SCR_MineWeaponComponent.c.

◆ OnFlagRemoved()

void OnFlagRemoved ( SCR_MineFlagPickUpAction  action)
Parameters
[in]action

Definition at line 20 of file SCR_MineWeaponComponent.c.

◆ RegisterToFlag()

protected void RegisterToFlag ( IEntity  flag)

Definition at line 46 of file SCR_MineWeaponComponent.c.

◆ RplLoad()

event protected bool RplLoad ( ScriptBitReader  reader)

Definition at line 27 of file SCR_MineWeaponComponent.c.

◆ RplSave()

event protected bool RplSave ( ScriptBitWriter  writer)

Definition at line 33 of file SCR_MineWeaponComponent.c.

◆ SetFlag()

void SetFlag ( IEntity  flag)

Call only on server!

Parameters
[in]flag

Definition at line 81 of file SCR_MineWeaponComponent.c.

Variable Documentation

◆ m_FlagEntity