Table of Contents

Class WheelSubsystems

Namespace
KSP.Modules
Assembly
Assembly-CSharp.dll
public class WheelSubsystems
Inheritance
WheelSubsystems
Inherited Members
Extension Methods

Constructors

WheelSubsystems()

public WheelSubsystems()

Fields

OnModified

public Callback<WheelSubsystems> OnModified

Field Value

Callback<WheelSubsystems>

Methods

AddSubsystem(WheelSubsystem)

public void AddSubsystem(WheelSubsystem d)

Parameters

d WheelSubsystem

Contains(WheelSubsystem)

public bool Contains(WheelSubsystem s)

Parameters

s WheelSubsystem

Returns

bool

GetReasons(ref string, string)

public void GetReasons(ref string o, string separator = ", ")

Parameters

o string
separator string

HasType(SystemTypes)

public bool HasType(WheelSubsystem.SystemTypes t)

Parameters

t WheelSubsystem.SystemTypes

Returns

bool

RemoveSubsystem(WheelSubsystem)

public void RemoveSubsystem(WheelSubsystem d)

Parameters

d WheelSubsystem