Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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 }
SCR_OpenTurretStorageAction
Definition: SCR_OpenTurretStorageAction.c:1
SCR_OpenVehicleStorageAction
Definition: SCR_OpenVehicleStorageAction.c:1