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

Public Member Functions

 OSStartDrawEvent (OS os, GameTime time)
 
 OSStartDrawEvent (OS os, GameTime time, Type type)
 
- Public Member Functions inherited from Pathfinder.Event.OSDrawEvent
 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 ()
 

Additional Inherited Members

- Public Types inherited from Pathfinder.Event.OSDrawEvent
enum  Type {
  Type.Standard, Type.EndingSequence, Type.BootAssistance, Type.BootingSequence,
  Type.Loading, Type.Error, Type.Custom
}
 
- Static Public Member Functions inherited from Pathfinder.Event.OSDrawEvent
static void SetCustomDraw (bool shouldDrawCustomOs)
 
static Type GetType (OS os)
 
- Properties inherited from Pathfinder.Event.OSDrawEvent
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]
 

Constructor & Destructor Documentation

◆ OSStartDrawEvent() [1/2]

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

◆ OSStartDrawEvent() [2/2]

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

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