Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_Tutorial_Seizing_Place_Antenna.c
Go to the documentation of this file.
1[EntityEditorProps(insertable: false)]
5
6class SCR_Tutorial_Seizing_Place_Antenna : SCR_BaseTutorialStage
7{
8 protected string m_sSpawnedEntityName = "BUILDING_ANTENNA";
9
10 //------------------------------------------------------------------------------------------------
11 override protected bool GetIsFinished()
12 {
13 return GetGame().GetWorld().FindEntityByName(m_sSpawnedEntityName);
14 }
15}
ArmaReforgerScripted GetGame()
Definition game.c:1398
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.