Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ResupplyMedicalGadgetSupportStationComponent.c
Go to the documentation of this file.
1
[
ComponentEditorProps
(
category
:
"GameScripted/Misc"
, description:
""
)]
2
class
SCR_ResupplyMedicalGadgetSupportStationComponentClass
:
SCR_ResupplySupportStationComponentClass
3
{
4
}
5
6
class
SCR_ResupplyMedicalGadgetSupportStationComponent : SCR_ResupplySupportStationComponent
7
{
8
//------------------------------------------------------------------------------------------------
9
override
ESupportStationType
GetSupportStationType
()
10
{
11
return
ESupportStationType
.RESUPPLY_MEDICAL;
12
}
13
}
ComponentEditorProps
SCR_FragmentEntityClass ComponentEditorProps
SCR_ResupplyMedicalGadgetSupportStationComponentClass
Definition:
SCR_ResupplyMedicalGadgetSupportStationComponent.c:2
GetSupportStationType
SCR_ResupplyMedicalGadgetSupportStationComponentClass SCR_ResupplySupportStationComponentClass GetSupportStationType()
Definition:
SCR_ResupplyMedicalGadgetSupportStationComponent.c:9
SCR_ResupplySupportStationComponentClass
Definition:
SCR_ResupplySupportStationComponent.c:2
ESupportStationType
ESupportStationType
Definition:
ESupportStationType.c:2
category
params category
Definition:
SCR_VehicleDamageManagerComponent.c:180
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Components
SupportStation
SCR_ResupplyMedicalGadgetSupportStationComponent.c
Generated by
1.8.17