Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EquipedLoadoutStorageComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class EquipedLoadoutStorageComponent: ScriptedBaseInventoryStorageComponent
17{
19 proto external LoadoutSlotInfo GetSlotFromArea(typename pAreaType);
27 proto external int GetSlotsFromArea(typename pAreaType, out array<ref LoadoutSlotInfo> outSlots);
29 proto external IEntity GetClothFromArea(typename pAreaType);
30}
31
EquipedLoadoutStorageComponentClass ScriptedBaseInventoryStorageComponentClass GetSlotFromArea(typename pAreaType)
Get the first slot that satisfies the condition : "slot area type is inherited by pAreaType".
proto external IEntity GetClothFromArea(typename pAreaType)
Get the first cloth entity that satisfies the condition : "slot area type is inherited by pAreaType A...
proto external int GetSlotsFromArea(typename pAreaType, out array< ref LoadoutSlotInfo > outSlots)