Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CinematicTrackBase.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
8{
9 proto external string GetTrackName();
10 proto external string GetSceneName();
11
12 // callbacks
13
14 event void OnInit(World world);
15 event void OnFinish();
16 event void OnApply(float time);
17}
Definition World.c:16