Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TutorialLogic_Mortars.c
Go to the documentation of this file.
3{
4 //------------------------------------------------------------------------------------------------
5 override void OnCourseStart()
6 {
7 BaseGameMode gameMode = GetGame().GetGameMode();
8
9 if (!gameMode)
10 return;
11
12 SCR_TutorialGamemodeComponent tutorial = SCR_TutorialGamemodeComponent.Cast(gameMode.FindComponent(SCR_TutorialGamemodeComponent));
13
14 if (!tutorial)
15 return;
16
17 tutorial.SpawnAsset("Mortar", "{8094D99689ABE241}Prefabs/Weapons/Mortars/M252/Mortar_M252.et");
18 }
19}
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.