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

Public Types

enum  Type {
  Type.Standard, Type.EndingSequence, Type.BootAssistance, Type.BootingSequence,
  Type.Loading, Type.Error, Type.Custom
}
 

Public Member Functions

 OSDrawEvent (OS os, GameTime time)
 
 OSDrawEvent (OS os, GameTime time, Type type)
 
- Public Member Functions inherited from Pathfinder.Event.OSEvent
 OSEvent (OS os)
 
- Public Member Functions inherited from Pathfinder.Event.PathfinderEvent
void CallEvent ()
 

Static Public Member Functions

static void SetCustomDraw (bool shouldDrawCustomOs)
 
static Type GetType (OS os)
 

Properties

bool IgnorePostFXDraw [get, set]
 
bool IgnoreScanlines [get, set]
 
GameTime GameTime [get]
 
Type DrawType [get, set]
 
- Properties inherited from Pathfinder.Event.OSEvent
OS OS [get]
 
- Properties inherited from Pathfinder.Event.PathfinderEvent
bool IsCancelled [get, set]
 

Member Enumeration Documentation

◆ Type

Enumerator
Standard 
EndingSequence 
BootAssistance 
BootingSequence 
Loading 
Error 
Custom 

Constructor & Destructor Documentation

◆ OSDrawEvent() [1/2]

Pathfinder.Event.OSDrawEvent.OSDrawEvent ( OS  os,
GameTime  time 
)

◆ OSDrawEvent() [2/2]

Pathfinder.Event.OSDrawEvent.OSDrawEvent ( OS  os,
GameTime  time,
Type  type 
)

Member Function Documentation

◆ GetType()

static Type Pathfinder.Event.OSDrawEvent.GetType ( OS  os)
static

◆ SetCustomDraw()

static void Pathfinder.Event.OSDrawEvent.SetCustomDraw ( bool  shouldDrawCustomOs)
static

Property Documentation

◆ DrawType

Type Pathfinder.Event.OSDrawEvent.DrawType
getset

◆ GameTime

GameTime Pathfinder.Event.OSDrawEvent.GameTime
get

◆ IgnorePostFXDraw

bool Pathfinder.Event.OSDrawEvent.IgnorePostFXDraw
getset

◆ IgnoreScanlines

bool Pathfinder.Event.OSDrawEvent.IgnoreScanlines
getset

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