Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_OpenTurretStorageAction.c
Go to the documentation of this file.
2{
3#ifndef DISABLE_INVENTORY
4 override protected void PerformActionInternal(SCR_InventoryStorageManagerComponent manager, IEntity pOwnerEntity, IEntity pUserEntity)
5 {
6 manager.SetStorageToOpen(pOwnerEntity);
7 manager.OpenInventory();
8 }
9#endif
10}
void PerformActionInternal(SCR_InventoryStorageManagerComponent manager, IEntity pOwnerEntity, IEntity pUserEntity)