C# Class EddiDataDefinitions.Station

A starport, outpost or port
Show file Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Methods

Method Description
IsOutpost ( ) : bool

Is this station an outpost?

IsPlanetary ( ) : bool

Is this station planetary?

IsPlanetaryOutpost ( ) : bool

Is this station a planetary outpost?

IsPlanetaryPort ( ) : bool

Is this station a planetary port?

IsStarport ( ) : bool

Is this station a starport?

Method Details

IsOutpost() public method

Is this station an outpost?
public IsOutpost ( ) : bool
return bool

IsPlanetary() public method

Is this station planetary?
public IsPlanetary ( ) : bool
return bool

IsPlanetaryOutpost() public method

Is this station a planetary outpost?
public IsPlanetaryOutpost ( ) : bool
return bool

IsPlanetaryPort() public method

Is this station a planetary port?
public IsPlanetaryPort ( ) : bool
return bool

IsStarport() public method

Is this station a starport?
public IsStarport ( ) : bool
return bool