Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseInventoryStorageComponentSerializer.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 /*
15 Any entity that could not be loaded at the correct slot from inital items is inserted into the handler array so the order in which they will be inserted can be manipulated.
16 This is necessary if the slot order inside the storage is not the same as the dependency between e.g. weapon attachments.
17 */
18 event protected void HandleInsertionOrder(inout array<BaseInventoryStorageComponentSerializerSlot> slots);
19}
20
void HandleInsertionOrder(inout array< BaseInventoryStorageComponentSerializerSlot > slots)