C# Class RemoteTech.VesselExtension

Exibir arquivo Open project: RemoteTechnologiesGroup/RemoteTech

Public Methods

Method Description
HasLocalControl ( this vessel ) : bool

Get whether a vessel has local control or not (that is, if it's Kerbal controlled or not).

Method Details

HasLocalControl() public static method

Get whether a vessel has local control or not (that is, if it's Kerbal controlled or not).
public static HasLocalControl ( this vessel ) : bool
vessel this The vessel to check for.
return bool