Table of Contents

Class OABProvider.BusyInfoData

Namespace
KSP.Game
Assembly
Assembly-CSharp.dll
public class OABProvider.BusyInfoData
Inheritance
OABProvider.BusyInfoData
Inherited Members
Extension Methods

Constructors

BusyInfoData()

public BusyInfoData()

Fields

DEFAULT_BUSY_FLAG

public const bool DEFAULT_BUSY_FLAG = false

Field Value

bool

DEFAULT_MS

public const int DEFAULT_MS = -1

Field Value

int

DEFAULT_OAB_CONSTRUCTION_TYPE

public const OABConstructionType DEFAULT_OAB_CONSTRUCTION_TYPE = User

Field Value

OABConstructionType

DEFAULT_OAB_ENVIRONMENT_TYPE

public const OABEnvironmentType DEFAULT_OAB_ENVIRONMENT_TYPE = None

Field Value

OABEnvironmentType

DEFAULT_OAB_VARIANT

public const OABVariant DEFAULT_OAB_VARIANT = VAB

Field Value

OABVariant

DEFAULT_TIME_STAMP

public const long DEFAULT_TIME_STAMP = 0

Field Value

long

NO_MS

public const int NO_MS = -1

Field Value

int

Properties

BusyFlag

public bool BusyFlag { get; }

Property Value

bool

MS

public int MS { get; }

Property Value

int

OABConstructionType

public OABConstructionType OABConstructionType { get; }

Property Value

OABConstructionType

OABEnvironmentType

public OABEnvironmentType OABEnvironmentType { get; }

Property Value

OABEnvironmentType

OABVariant

public OABVariant OABVariant { get; }

Property Value

OABVariant

Methods

Clear()

public void Clear()

ResetAllValues()

public void ResetAllValues()

Set(OABVariant, OABEnvironmentType, OABConstructionType)

public void Set(OABVariant oabVariant, OABEnvironmentType oabEnvironmentType, OABConstructionType oabConstructionType)

Parameters

oabVariant OABVariant
oabEnvironmentType OABEnvironmentType
oabConstructionType OABConstructionType