C# Class RemoteTech.VesselExtension

Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

Méthode 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 méthode

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.
Résultat bool