Class MapEnabled
- Namespace
- KSP.Messages.PropertyWatchers
- Assembly
- Assembly-CSharp.dll
[DiscoverableProperty("Properties/Map/MapEnabled", true, "This value is 1/true if the player is currently in the map, and 0/false if in flight view instead. We need this for double-checking if the player is already in the map in steps where we ask them to go to the map.", "")]
public class MapEnabled : MapPropertyWatcher
- Inheritance
-
MapEnabled
- Inherited Members
- Extension Methods
Constructors
MapEnabled()
public MapEnabled()
Methods
GetValueBool()
public override bool GetValueBool()
Returns
baseType()
public override Type baseType()