Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_TutorialLogic_Mortars.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_TutorialLogic_Mortars
:
SCR_BaseTutorialCourseLogic
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
}
GetGame
ArmaReforgerScripted GetGame()
Definition
game.c:1398
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_BaseTutorialCourseLogic
Definition
SCR_BaseTutorialCourseLogic.c:3
SCR_TutorialLogic_Mortars
Definition
SCR_TutorialLogic_Mortars.c:3
scripts
Game
GameMode
Tutorial
Stages
Mortars
SCR_TutorialLogic_Mortars.c
Generated by
1.17.0