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

Public Member Functions

 RamModule (Rectangle location, OS operatingSystem)
 
override void Draw (float t)
 
virtual void drawOutline ()
 
void FlashMemoryWarning ()
 
override void LoadContent ()
 
override void Update (float t)
 
- Public Member Functions inherited from Hacknet.CoreModule
override void PostDrawStep ()
 
override void PreDrawStep ()
 
- Public Member Functions inherited from Hacknet.Module
 Module (Rectangle location, OS operatingSystem)
 
void drawFrame ()
 

Static Public Attributes

static int contentStartOffset = 16
 
static int MODULE_WIDTH = 252
 
static Color USED_RAM_COLOR = new Color(60, 60, 67)
 
static float FLASH_TIME = 3f
 
- Static Public Attributes inherited from Hacknet.Module
static int PANEL_HEIGHT = 15
 

Additional Inherited Members

- Public Attributes inherited from Hacknet.CoreModule
bool inputLocked = false
 
- Public Attributes inherited from Hacknet.Module
Rectangle bounds
 
SpriteBatch spriteBatch
 
OS os
 
string name = "Unknown"
 
bool visible = true
 
- Properties inherited from Hacknet.Module
Rectangle Bounds [get, set]
 

Constructor & Destructor Documentation

◆ RamModule()

Hacknet.RamModule.RamModule ( Rectangle  location,
OS  operatingSystem 
)

Member Function Documentation

◆ Draw()

override void Hacknet.RamModule.Draw ( float  t)
virtual

Reimplemented from Hacknet.Module.

◆ drawOutline()

virtual void Hacknet.RamModule.drawOutline ( )
virtual

◆ FlashMemoryWarning()

void Hacknet.RamModule.FlashMemoryWarning ( )

◆ LoadContent()

override void Hacknet.RamModule.LoadContent ( )
virtual

Reimplemented from Hacknet.CoreModule.

◆ Update()

override void Hacknet.RamModule.Update ( float  t)
virtual

Reimplemented from Hacknet.Module.

Member Data Documentation

◆ contentStartOffset

int Hacknet.RamModule.contentStartOffset = 16
static

◆ FLASH_TIME

float Hacknet.RamModule.FLASH_TIME = 3f
static

◆ MODULE_WIDTH

int Hacknet.RamModule.MODULE_WIDTH = 252
static

◆ USED_RAM_COLOR

Color Hacknet.RamModule.USED_RAM_COLOR = new Color(60, 60, 67)
static

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