![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| protected SCR_MineFlagPickUpAction FindAction | ( | IEntity | flag | ) |
Definition at line 58 of file SCR_MineWeaponComponent.c.
| bool IsFlagged | ( | ) |
Definition at line 13 of file SCR_MineWeaponComponent.c.
| protected void OnFlagParentSlotChanged | ( | InventoryStorageSlot | oldSlot, |
| InventoryStorageSlot | newSlot | ||
| ) |
Definition at line 39 of file SCR_MineWeaponComponent.c.
| void OnFlagRemoved | ( | SCR_MineFlagPickUpAction | action | ) |
| [in] | action |
Definition at line 20 of file SCR_MineWeaponComponent.c.
| protected void RegisterToFlag | ( | IEntity | flag | ) |
Definition at line 46 of file SCR_MineWeaponComponent.c.
| event protected bool RplLoad | ( | ScriptBitReader | reader | ) |
Definition at line 27 of file SCR_MineWeaponComponent.c.
| event protected bool RplSave | ( | ScriptBitWriter | writer | ) |
Definition at line 33 of file SCR_MineWeaponComponent.c.
| void SetFlag | ( | IEntity | flag | ) |
| SCR_MineWeaponComponentClass m_FlagEntity |