Arma Reforger Script API
Loading...
Searching...
No Matches
MissionHeader Interface Reference
Inheritance diagram for MissionHeader:
SCR_MissionHeader SCR_MissionHeaderCampaign SCR_MissionHeaderScenarioFramework SCR_MissionHeaderCombatOps SCR_MissionHeaderSequence

Public Member Functions

proto external ResourceName GetHeaderResourceName ()
 Returns the resource name of the mission.
 
proto external ResourceName GetWorldResourceName ()
 Returns the path to the world file.
 
proto external ResourceName GetWorldSystemsConfig ()
 Returns the resource name of the used system configuration.
 
proto external string GetWorldPath ()
 Returns the path to the world file.
 

Static Public Member Functions

static proto ref MissionHeader ReadMissionHeader (string path)
 Reads mission header object from given file.
 

Member Function Documentation

◆ GetHeaderResourceName()

proto external ResourceName MissionHeader.GetHeaderResourceName ( )

Returns the resource name of the mission.

◆ GetWorldPath()

proto external string MissionHeader.GetWorldPath ( )

Returns the path to the world file.

◆ GetWorldResourceName()

proto external ResourceName MissionHeader.GetWorldResourceName ( )

Returns the path to the world file.

◆ GetWorldSystemsConfig()

proto external ResourceName MissionHeader.GetWorldSystemsConfig ( )

Returns the resource name of the used system configuration.

◆ ReadMissionHeader()

static proto ref MissionHeader MissionHeader.ReadMissionHeader ( string path)
static

Reads mission header object from given file.


The documentation for this interface was generated from the following file: