Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MineWeaponComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_MineWeaponComponentClass

Functions

SCR_MineWeaponComponentClass WeaponComponentClass RplProp (onRplName:"OnFlagEntitySync")
IEntity GetFlagEntity ()
void OnFlagParentSlotChanged (InventoryStorageSlot oldSlot, InventoryStorageSlot newSlot)
void SetFlag (IEntity flag)
 Call only on server!
void OnFlagEntitySync ()

Function Documentation

◆ GetFlagEntity()

IEntity GetFlagEntity ( )

Definition at line 20 of file SCR_MineWeaponComponent.c.

◆ OnFlagEntitySync()

void OnFlagEntitySync ( )
protected

Definition at line 58 of file SCR_MineWeaponComponent.c.

◆ OnFlagParentSlotChanged()

void OnFlagParentSlotChanged ( InventoryStorageSlot oldSlot,
InventoryStorageSlot newSlot )
protected

Definition at line 26 of file SCR_MineWeaponComponent.c.

◆ RplProp()

SCR_MineWeaponComponentClass WeaponComponentClass RplProp ( onRplName:"OnFlagEntitySync" )

Definition at line 1 of file SCR_MineWeaponComponent.c.

◆ SetFlag()

void SetFlag ( IEntity flag)
protected

Call only on server!

Definition at line 39 of file SCR_MineWeaponComponent.c.