Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ResupplyMedicalGadgetSupportStationComponent.c
Go to the documentation of this file.
1[ComponentEditorProps(category: "GameScripted/Misc", description: "")]
5
6class SCR_ResupplyMedicalGadgetSupportStationComponent : SCR_ResupplySupportStationComponent
7{
8 //------------------------------------------------------------------------------------------------
10 {
11 return ESupportStationType.RESUPPLY_MEDICAL;
12 }
13}
ESupportStationType
enum EAIGroupCombatMode ComponentEditorProps(category:"GameScripted/AI", description:"Component for utility AI system for groups")
ESupportStationType GetSupportStationType()