Pathfinder  v3.0
The definitive Hacknet programmable modding system
Pathfinder.Daemon.Handler Class Reference

Static Public Member Functions

static string RegisterDaemon (string id, IInterface inter)
 Registers a daemon interface. More...
 
static bool ContainsDaemon (string id)
 
static bool ContainsDaemon (ref string id)
 
static IInterface GetDaemonById (string id)
 
static IInterface GetDaemonById (ref string id)
 

Member Function Documentation

◆ ContainsDaemon() [1/2]

static bool Pathfinder.Daemon.Handler.ContainsDaemon ( string  id)
static

◆ ContainsDaemon() [2/2]

static bool Pathfinder.Daemon.Handler.ContainsDaemon ( ref string  id)
static

◆ GetDaemonById() [1/2]

static IInterface Pathfinder.Daemon.Handler.GetDaemonById ( string  id)
static

◆ GetDaemonById() [2/2]

static IInterface Pathfinder.Daemon.Handler.GetDaemonById ( ref string  id)
static

◆ RegisterDaemon()

static string Pathfinder.Daemon.Handler.RegisterDaemon ( string  id,
IInterface  inter 
)
static
Returns
The daemon's full id if added to the game, null otherwise.
Parameters
idThe daemon interface id to insert.
interThe interface to add.

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