Station (Data Type)¶
- Table of contents
- Station (Data Type)
- Description
- Members
- Methods
- Notes
- Examples
Description¶
This Data Type includes all of the data available to ISXEVE that is specific to stations.
Members¶
-
string
Name
-
int
ID
-
int
TypeID
-
string
Type
-
int
OwnerID
-
string
Owner
-
int
OwnerTypeID
-
string
OwnerType
- interstellar
SolarSystem
-
int
OfficeRentalCost
Methods¶
GetHangarItems<MW_SINGLEBRACKET><index:item></MW_SINGLEBRACKET>
GetHangarShips<MW_SINGLEBRACKET><index:item></MW_SINGLEBRACKET>
GetCorpHangarItems<MW_SINGLEBRACKET><index:item></MW_SINGLEBRACKET>
GetCorpHangarShips<MW_SINGLEBRACKET><index:item></MW_SINGLEBRACKET>
AddWaypoint
ClearWaypoint
SetDestination
Notes¶
The following MEMBERS/METHODS of the 'station' datatype will only work if you're currently in a station
(and will only acquire/manipulate data from within said station):
GetCorpHangarItems/DoGetCorpHangarItems
GetHangarItems/DoGetHangarItems
GetHangarShips/DoGetHangarShips
OpenCorpHangar
StackAllHangarItems
Examples¶