Arma Reforger Script API
|
Public Member Functions | |
override bool | IsVisible (InventoryItemComponent inventoryItem) |
![]() | |
float | GetVolume () |
float | GetWeight () |
bool | IsDraggable () |
bool | IsStackable () |
bool | IsRefundable () |
void | SetSlotSize (ESlotSize slotSize) |
void | SetDraggable (bool isDraggable) |
void | SetRefundable (bool isRefundable) |
void | SetSlotType (ESlotID slotID) |
ESlotID | GetSlotType () |
int | GetSlotSum () |
ESlotSize | GetItemSize () |
size of the slot the item fits in | |
ESlotSize | GetQuickSlotItemSize () |
Size of item when added to the quickbar. | |
![]() | |
proto external UIInfo | GetUIInfo () |
proto external BaseItemAttributeData | FindAttribute (TypeName typeName) |
Script Attribute getter Finds first occurance of the coresponding attribute data object. | |
proto external ECommonItemType | GetCommonType () |
Additional Inherited Members | |
![]() | |
override void | OnInitCollection (IEntityComponentSource src) |
![]() | |
ESlotSize | m_Size |
SCR_EQuickSlotSize | m_eQuickSlotSize |
ESlotID | m_SlotType |
bool | m_bDraggable |
bool | m_bVisible |
bool | m_bStackable |
bool | m_bRefundable |
override bool SCR_IdentityItemAttributeCollection.IsVisible | ( | InventoryItemComponent | inventoryItem | ) |
Implements SCR_ItemAttributeCollection.