Table of Contents

Class WheelSubsystem

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

Constructors

WheelSubsystem(string, SystemTypes, PartBehaviourModule)

public WheelSubsystem(string reason, WheelSubsystem.SystemTypes type, PartBehaviourModule owner)

Parameters

reason string
type WheelSubsystem.SystemTypes
owner PartBehaviourModule

Fields

owner

public PartBehaviourModule owner

Field Value

PartBehaviourModule

reason

public string reason

Field Value

string

type

public WheelSubsystem.SystemTypes type

Field Value

WheelSubsystem.SystemTypes

Methods

IsType(SystemTypes)

public bool IsType(WheelSubsystem.SystemTypes type)

Parameters

type WheelSubsystem.SystemTypes

Returns

bool