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

Go to the source code of this file.

Classes

class  SCR_WeaponAttachmentsStorageComponentClass

Functions

override bool ShouldHideInVicinity ()
override bool CanStoreItem (IEntity item, int slotID)
void OnAddedToSlot (IEntity item, int slotID)
void OnRemovedFromSlot (IEntity item, int slotID)
void RemoveNestedAttachments (typename removedAttachmentType)

Variables

SCR_WeaponAttachmentsStorageComponentClass m_OnItemAddedToSlotInvoker = new ScriptInvoker()
ref ScriptInvoker m_OnItemRemovedFromSlotInvoker = new ScriptInvoker()
ref set< typenamem_aActiveAttachmentTypes = new set<typename>()

Function Documentation

◆ CanStoreItem()

override bool CanStoreItem ( IEntity item,
int slotID )
protected

Definition at line 19 of file WeaponAttachmentsStorageComponent.c.

◆ RemoveNestedAttachments()

void RemoveNestedAttachments ( typename removedAttachmentType )
protected

Definition at line 86 of file WeaponAttachmentsStorageComponent.c.

◆ ShouldHideInVicinity()

override bool ShouldHideInVicinity ( )
protected

Definition at line 13 of file WeaponAttachmentsStorageComponent.c.

Variable Documentation

◆ m_aActiveAttachmentTypes

ref set<typename> m_aActiveAttachmentTypes = new set<typename>()
protected

Definition at line 10 of file WeaponAttachmentsStorageComponent.c.

◆ m_OnItemAddedToSlotInvoker

SCR_WeaponAttachmentsStorageComponentClass m_OnItemAddedToSlotInvoker = new ScriptInvoker()

◆ m_OnItemRemovedFromSlotInvoker

ref ScriptInvoker m_OnItemRemovedFromSlotInvoker = new ScriptInvoker()

Definition at line 8 of file WeaponAttachmentsStorageComponent.c.