-
Notifications
You must be signed in to change notification settings - Fork 0
Mission information
Qkrisi edited this page Jan 17, 2021
·
6 revisions
protected string MissionName {get;}This property holds the currently running mission's name.
protected string MissionID {get;}This property holds the currently running mission's ID.
protected object MissionObject {get;}This property holds the current Mission object of the game.
protected List<string> GetUnsolvedModuleNames();Returns a list of unsolved module names.
protected List<string> GetUnsolvedModuleIDs();Returns a list of unsolved module IDs.