|
Arma Reforger Script API
|
Public Member Functions | |
| override bool | IsVisible (InventoryItemComponent inventoryItem) |
Public Member Functions inherited from SCR_ItemAttributeCollection | |
| 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. | |
Public Member Functions inherited from ItemAttributeCollection | |
| 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 | |
Protected Member Functions inherited from SCR_ItemAttributeCollection | |
| override void | OnInitCollection (IEntityComponentSource src) |
Protected Attributes inherited from SCR_ItemAttributeCollection | |
| 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.