StoredDestination
in package
Data class for course plotting destinations stored by the player.
Table of Contents
Properties
- $label : string
- $offsetLeft : int
- $offsetTop : int
- $sectorID : int
Methods
- __construct() : mixed
- getDisplayName() : string
- Returns the name to display for this destination, e.g. "#42 - UG".
Properties
$label read-only
public
string
$label
$offsetLeft read-only
public
int
$offsetLeft
$offsetTop read-only
public
int
$offsetTop
$sectorID read-only
public
int
$sectorID
Methods
__construct()
public
__construct(string $label, int $sectorID, int $offsetTop, int $offsetLeft) : mixed
Parameters
- $label : string
- $sectorID : int
- $offsetTop : int
- $offsetLeft : int
getDisplayName()
Returns the name to display for this destination, e.g. "#42 - UG".
public
getDisplayName() : string