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.
1
class
SCR_OpenTurretStorageAction
:
SCR_OpenVehicleStorageAction
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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
UserActions
SCR_OpenTurretStorageAction.c
Generated by
1.8.17