Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
InventoryStorageSlot.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  proto external bool ScriptOnRplSave(ScriptBitWriter writer);
15  proto external bool ScriptOnRplLoad(ScriptBitReader reader);
16  proto external vector GetInspectionWidgetOffset();
18  proto external bool IsLocked();
20  proto external int GetID();
22  proto external GenericComponent GetParentContainer();
24  proto external BaseInventoryStorageComponent GetStorage();
25 }
26 
InventoryStorageSlot
Definition: InventoryStorageSlot.c:12
EntitySlotInfo
Adds ability to attach an object to a slot.
Definition: EntitySlotInfo.c:8