Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_Tutorial_CombatEngineering_EnterBuilding_1.c
Go to the documentation of this file.
1[EntityEditorProps(insertable: false)]
5
6class SCR_Tutorial_CombatEngineering_EnterBuilding_1 : SCR_BaseTutorialStage
7{
8 //------------------------------------------------------------------------------------------------
9 override protected void Setup()
10 {
12 if (logic)
13 logic.HandleArlevilleSupplies(true);
14
15 RegisterWaypoint("VEHICLE_REQUESTING_BOARD", "", "CUSTOM").SetOffsetVector("0 1 0");
16 }
17
18 //------------------------------------------------------------------------------------------------
19 override protected bool GetIsFinished()
20 {
21 return IsBuildingModeOpen();
22 }
23}
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
SCR_Waypoint RegisterWaypoint(string entityName, string title=string.Empty, string icon="MISC")
void SetOffsetVector(vector offset)