Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
UniversalInventoryStorageComponent.c
Go to the documentation of this file.
4
5// Current storage variant allows dynamic scaling of slots and handles Move/Insert/Remove operations
6// it will accept any entity for insertion and will remove/add it's visibility flag when inserted/removed from storage
7// see CharacterInventoryStorageComponent for example of custom storage inheritance from current class
8class UniversalInventoryStorageComponent : BaseUniversalInventoryStorageComponent
9{
10
11};