Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MissionHeader.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
32 class MissionHeader: ScriptAndConfig
33 {
35  proto external string GetWorldPath();
37  proto external string GetHeaderResourcePath();
38  proto ResourceName GetHeaderResourceName();
40  static proto ref MissionHeader ReadMissionHeader(string path);
41 }
42 
MissionHeader
Definition: MissionHeader.c:32