Oolite 1.91.0.7644-241112-7f5034b
|
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().