![]() |
Pathfinder
v3.0
The definitive Hacknet programmable modding system
|
Inheritance diagram for Hacknet.NotesExe:Public Member Functions | |
| NotesExe (Rectangle location, OS operatingSystem) | |
| void | AddNote (string note) |
| void | DisplayOutOfMemoryWarning () |
| override void | Draw (float t) |
| bool | HasNote (string note) |
| override void | Killed () |
| override void | LoadContent () |
| override void | Update (float t) |
Public Member Functions inherited from Hacknet.ExeModule | |
| ExeModule (Rectangle location, OS operatingSystem) | |
| virtual void | Completed () |
| virtual void | drawOutline () |
| virtual void | drawTarget (string typeName="app:") |
| Rectangle | GetContentAreaDest () |
Public Member Functions inherited from Hacknet.Module | |
| Module (Rectangle location, OS operatingSystem) | |
| void | drawFrame () |
| virtual void | PostDrawStep () |
| virtual void | PreDrawStep () |
Static Public Member Functions | |
| static void | AddNoteToOS (string note, OS os, bool isRecursiveSelfAdd=false) |
| static bool | NoteExists (string note, OS os) |
Public Attributes | |
| const string | NotesReopenOnLoadFile = "Notes_Reopener.bat" |
| List< string > | notes = new List<string>() |
| float | MemoryWarningFlashTime = 0f |
Public Attributes inherited from Hacknet.ExeModule | |
| string | IdentifierName = "UNKNOWN" |
| bool | needsProxyAccess = false |
| int | ramCost = DEFAULT_RAM_COST |
| string | targetIP = "" |
| bool | needsRemoval = false |
| bool | isExiting = false |
| float | fade = 1f |
| int | PID = 0 |
| float | moveUpBy = 0f |
Public Attributes inherited from Hacknet.Module | |
| Rectangle | bounds |
| SpriteBatch | spriteBatch |
| OS | os |
| string | name = "Unknown" |
| bool | visible = true |
Additional Inherited Members | |
Static Public Attributes inherited from Hacknet.ExeModule | |
| static float | FADEOUT_RATE = 0.5f |
| static float | MOVE_UP_RATE = 350f |
| static int | DEFAULT_RAM_COST = 246 |
Static Public Attributes inherited from Hacknet.Module | |
| static int | PANEL_HEIGHT = 15 |
Properties inherited from Hacknet.Module | |
| Rectangle | Bounds [get, set] |
| void Hacknet.NotesExe.AddNote | ( | string | note | ) |
|
static |
| void Hacknet.NotesExe.DisplayOutOfMemoryWarning | ( | ) |
|
virtual |
Reimplemented from Hacknet.ExeModule.
| bool Hacknet.NotesExe.HasNote | ( | string | note | ) |
|
virtual |
Reimplemented from Hacknet.ExeModule.
|
virtual |
Reimplemented from Hacknet.ExeModule.
|
static |
|
virtual |
Reimplemented from Hacknet.ExeModule.
| float Hacknet.NotesExe.MemoryWarningFlashTime = 0f |
| List<string> Hacknet.NotesExe.notes = new List<string>() |
| const string Hacknet.NotesExe.NotesReopenOnLoadFile = "Notes_Reopener.bat" |