Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseEditorServerComponent.c
Go to the documentation of this file.
1[ComponentEditorProps(category: "GameScripted/Misc", description: "")]
6{
7 static Managed GetInstance(typename type)
8 {
10 if (core && core.GetEditorServer())
11 return core.GetEditorServer().FindComponent(type);
12 else
13 return null;
14 }
15};
enum EAIGroupCombatMode ComponentEditorProps(category:"GameScripted/AI", description:"Component for utility AI system for groups")
EDamageType type
Core component to manage SCR_EditorManagerEntity.
SCR_EditorServerEntity GetEditorServer()