Pathfinder  v3.0
The definitive Hacknet programmable modding system
Pathfinder.Mission.MissionManager Class Reference

Static Public Member Functions

static MissionListingServer CreateMissionListingDaemon (this Computer c, string serviceName, string logoPath=null, bool isPublic=false, bool isAssigner=false, OS os=null)
 
static MissionListingServer SetThemeColor (this MissionListingServer s, Color color)
 
static MissionListingServer SetGroupName (this MissionListingServer s, string name)
 
static MissionListingServer SetListingTitle (this MissionListingServer s, string title)
 
static MissionListingServer SetState (this MissionListingServer s, int state)
 
static MissionListingServer AddMission (this MissionListingServer s, ActiveMission m, bool injectTop=false)
 
static MissionHubServer CreateMissionHubDaemon (this Computer c, string serviceName, OS os=null)
 
static MissionHubServer SetThemeColor (this MissionHubServer s, Color color)
 
static MissionHubServer SetGroupName (this MissionHubServer s, string name)
 
static MissionHubServer AddMission (this MissionHubServer s, ActiveMission m, bool insertTop=false, bool preventRegistryChange=false, int desiredIndex=-1)
 

Member Function Documentation

◆ AddMission() [1/2]

static MissionListingServer Pathfinder.Mission.MissionManager.AddMission ( this MissionListingServer  s,
ActiveMission  m,
bool  injectTop = false 
)
static

◆ AddMission() [2/2]

static MissionHubServer Pathfinder.Mission.MissionManager.AddMission ( this MissionHubServer  s,
ActiveMission  m,
bool  insertTop = false,
bool  preventRegistryChange = false,
int  desiredIndex = -1 
)
static

◆ CreateMissionHubDaemon()

static MissionHubServer Pathfinder.Mission.MissionManager.CreateMissionHubDaemon ( this Computer  c,
string  serviceName,
OS  os = null 
)
static

◆ CreateMissionListingDaemon()

static MissionListingServer Pathfinder.Mission.MissionManager.CreateMissionListingDaemon ( this Computer  c,
string  serviceName,
string  logoPath = null,
bool  isPublic = false,
bool  isAssigner = false,
OS  os = null 
)
static

◆ SetGroupName() [1/2]

static MissionListingServer Pathfinder.Mission.MissionManager.SetGroupName ( this MissionListingServer  s,
string  name 
)
static

◆ SetGroupName() [2/2]

static MissionHubServer Pathfinder.Mission.MissionManager.SetGroupName ( this MissionHubServer  s,
string  name 
)
static

◆ SetListingTitle()

static MissionListingServer Pathfinder.Mission.MissionManager.SetListingTitle ( this MissionListingServer  s,
string  title 
)
static

◆ SetState()

static MissionListingServer Pathfinder.Mission.MissionManager.SetState ( this MissionListingServer  s,
int  state 
)
static

◆ SetThemeColor() [1/2]

static MissionListingServer Pathfinder.Mission.MissionManager.SetThemeColor ( this MissionListingServer  s,
Color  color 
)
static

◆ SetThemeColor() [2/2]

static MissionHubServer Pathfinder.Mission.MissionManager.SetThemeColor ( this MissionHubServer  s,
Color  color 
)
static

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