C# Class StateFunding.StateFunding

Mostra file Open project: iamchairs/StateFunding

Public Properties

Property Type Description
Governments List
USK StateFunding.Government
USSK StateFunding.Government

Public Methods

Method Description
LoadIfNeeded ( ) : void
OnCrash ( EventReport Evt ) : void
OnCrashSplashdown ( EventReport Evt ) : void
OnCrewKilled ( EventReport Evt ) : void
OnCrewLeftForDead ( ProtoCrewMember Crew, int id ) : void
StateFunding ( ) : System
load ( ) : void
loadSave ( ) : void
tick ( ) : void
unload ( ) : void

Private Methods

Method Description
InitEvents ( ) : void
InitGovernments ( ) : void

Method Details

LoadIfNeeded() public method

public LoadIfNeeded ( ) : void
return void

OnCrash() public method

public OnCrash ( EventReport Evt ) : void
Evt EventReport
return void

OnCrashSplashdown() public method

public OnCrashSplashdown ( EventReport Evt ) : void
Evt EventReport
return void

OnCrewKilled() public method

public OnCrewKilled ( EventReport Evt ) : void
Evt EventReport
return void

OnCrewLeftForDead() public method

public OnCrewLeftForDead ( ProtoCrewMember Crew, int id ) : void
Crew ProtoCrewMember
id int
return void

StateFunding() public method

public StateFunding ( ) : System
return System

load() public method

public load ( ) : void
return void

loadSave() public method

public loadSave ( ) : void
return void

tick() public method

public tick ( ) : void
return void

unload() public method

public unload ( ) : void
return void

Property Details

Governments public_oe property

public List Governments
return List

USK public_oe property

public Government,StateFunding USK
return StateFunding.Government

USSK public_oe property

public Government,StateFunding USSK
return StateFunding.Government