Table of Contents

Class ModuleResource

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public class ModuleResource
Inheritance
ModuleResource
Inherited Members
Extension Methods

Constructors

ModuleResource()

public ModuleResource()

Fields

amount

public double amount

Field Value

double

available

public bool available

Field Value

bool

currentAmount

public double currentAmount

Field Value

double

currentRequest

public double currentRequest

Field Value

double

displayUnitMult

public double displayUnitMult

Field Value

double

id

public int id

Field Value

int

isDeprived

public bool isDeprived

Field Value

bool

name

public string name

Field Value

string

rate

public double rate

Field Value

double

title

public string title

Field Value

string

unitName

public string unitName

Field Value

string

useSI

public bool useSI

Field Value

bool

varyTime

public bool varyTime

Field Value

bool

Methods

IsDeprived(float)

public bool IsDeprived(float requestThreshold = 0.9)

Parameters

requestThreshold float

Returns

bool