KSP API
Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
Funding Class Reference
Inheritance diagram for Funding:
ScenarioModule

Public Member Functions

 Funding ()
 
void AddFunds (double value, TransactionReasons reason)
 
override void OnAwake ()
 
void OnDestroy ()
 
override void OnLoad (ConfigNode node)
 
override void OnSave (ConfigNode node)
 
- Public Member Functions inherited from ScenarioModule
 ScenarioModule ()
 
void Load (ConfigNode node)
 
void Save (ConfigNode node)
 

Static Public Member Functions

static bool CanAfford (float cost)
 

Static Public Attributes

static Funding Instance
 

Properties

double Funds [get]
 
- Properties inherited from ScenarioModule
int ClassID [get]
 
string ClassName [get]
 
BaseEventList Events [get]
 
BaseFieldList Fields [get]
 

Additional Inherited Members

- Public Attributes inherited from ScenarioModule
ScenarioRunner runner
 
ProtoScenarioModule snapshot
 
List< GameScenestargetScenes
 

Constructor & Destructor Documentation

Funding.Funding ( )

Member Function Documentation

void Funding.AddFunds ( double  value,
TransactionReasons  reason 
)
static bool Funding.CanAfford ( float  cost)
static
override void Funding.OnAwake ( )
virtual

Reimplemented from ScenarioModule.

void Funding.OnDestroy ( )
override void Funding.OnLoad ( ConfigNode  node)
virtual

Reimplemented from ScenarioModule.

override void Funding.OnSave ( ConfigNode  node)
virtual

Reimplemented from ScenarioModule.

Member Data Documentation

Funding Funding.Instance
static

Property Documentation

double Funding.Funds
get

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