|
Oolite 1.91.0.7712-251017-85ce217
|
import "PlayerEntityScriptMethods.h"import "PlayerEntityLoadSave.h"import "Universe.h"import "OOCollectionExtractors.h"import "OOConstToString.h"import "OOStringParsing.h"import "OOStringExpander.h"import "OOSystemDescriptionManager.h"import "StationEntity.h"Go to the source code of this file.
Functions | |
| Vector | OOGalacticCoordinatesFromInternal (NSPoint internalCoordinates) |
| NSPoint | OOInternalCoordinatesFromGalactic (Vector galacticCoordinates) |
| Vector OOGalacticCoordinatesFromInternal | ( | NSPoint | internalCoordinates | ) |
Definition at line 617 of file PlayerEntityScriptMethods.m.
Referenced by PlayerShipGetProperty(), and SystemInfoGetProperty().
| NSPoint OOInternalCoordinatesFromGalactic | ( | Vector | galacticCoordinates | ) |
Definition at line 623 of file PlayerEntityScriptMethods.m.
Referenced by MissionRunScreen(), and PlayerShipSetProperty().