Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GetWorldCinematicTrack.c
Go to the documentation of this file.
1
[
CinematicTrackAttribute
(name:
"GetWorld Track"
, description:
"Track used for getting world"
)]
2
class
GetWorldCinematicTrack
:
CinematicTrackBase
3
{
4
static
World
globalWorld;
5
6
override
void
OnInit
(
World
world)
7
{
8
globalWorld = world;
9
}
10
11
static
World
GetWorld()
12
{
13
return
globalWorld;
14
}
15
}
CinematicTrackAttribute
Definition
attributes.c:3
CinematicTrackBase
Definition
CinematicTrackBase.c:8
GetWorldCinematicTrack
Definition
GetWorldCinematicTrack.c:3
World
Definition
World.c:16
OnInit
@ OnInit
Definition
SndComponentCallbacks.c:17
scripts
Game
Cinematics
GetWorldCinematicTrack.c
Generated by
1.17.0