![]() |
Pathfinder
v3.0
The definitive Hacknet programmable modding system
|
Public Member Functions | |
CoreModule(Rectangle location, OS operatingSystem) override void | LoadContent () |
override void | PostDrawStep () |
override void | PreDrawStep () |
![]() | |
Module (Rectangle location, OS operatingSystem) | |
virtual void | Draw (float t) |
void | drawFrame () |
virtual void | Update (float t) |
Public Attributes | |
bool | inputLocked = false |
![]() | |
Rectangle | bounds |
SpriteBatch | spriteBatch |
OS | os |
string | name = "Unknown" |
bool | visible = true |
Additional Inherited Members | |
![]() | |
static int | PANEL_HEIGHT = 15 |
![]() | |
Rectangle | Bounds [get, set] |
|
virtual |
Reimplemented from Hacknet.Module.
Reimplemented in Hacknet.NetworkMap, Hacknet.DisplayModule, Hacknet.RamModule, and Hacknet.Terminal.
|
virtual |
Reimplemented from Hacknet.Module.
|
virtual |
Reimplemented from Hacknet.Module.
bool Hacknet.CoreModule.inputLocked = false |