Pathfinder  v3.0
The definitive Hacknet programmable modding system
Pathfinder.Port.Instance Class Reference
+ Inheritance diagram for Pathfinder.Port.Instance:

Public Member Functions

 Instance (Type port, bool unlocked=false)
 
bool AssignTo (Hacknet.Computer c)
 
bool RemoveFrom (Hacknet.Computer c)
 
bool Equals (Type other)
 
bool Equals (Instance other)
 

Static Public Member Functions

static bool AssignTo (Instance ins, Hacknet.Computer c)
 
static bool RemoveFrom (Instance ins, Hacknet.Computer c)
 
static Instance GetInstanceIn (Hacknet.Computer c, Type type)
 

Properties

Type Port [get]
 
bool Unlocked [get, set]
 

Constructor & Destructor Documentation

◆ Instance()

Pathfinder.Port.Instance.Instance ( Type  port,
bool  unlocked = false 
)

Member Function Documentation

◆ AssignTo() [1/2]

static bool Pathfinder.Port.Instance.AssignTo ( Instance  ins,
Hacknet.Computer  c 
)
static

◆ AssignTo() [2/2]

bool Pathfinder.Port.Instance.AssignTo ( Hacknet.Computer  c)

◆ Equals() [1/2]

bool Pathfinder.Port.Instance.Equals ( Type  other)

◆ Equals() [2/2]

bool Pathfinder.Port.Instance.Equals ( Instance  other)

◆ GetInstanceIn()

static Instance Pathfinder.Port.Instance.GetInstanceIn ( Hacknet.Computer  c,
Type  type 
)
static

◆ RemoveFrom() [1/2]

static bool Pathfinder.Port.Instance.RemoveFrom ( Instance  ins,
Hacknet.Computer  c 
)
static

◆ RemoveFrom() [2/2]

bool Pathfinder.Port.Instance.RemoveFrom ( Hacknet.Computer  c)

Property Documentation

◆ Port

Type Pathfinder.Port.Instance.Port
get

◆ Unlocked

bool Pathfinder.Port.Instance.Unlocked
getset

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