[Hauptseite] / [SMapPosition]
Structure SMapPosition
  New (posX As Integer, posY As Integer, inOrbit As Boolean) As SMapPosition
  New (coords As SPoint, inOrbit As Boolean, mapID As Integer, mapInstanceID As Integer) As SMapPosition
  New (coords As SPoint, inOrbit As Boolean) As SMapPosition
  New (posX As Integer, posY As Integer, inOrbit As Boolean, mapID As Integer, mapInstanceID As Integer) As SMapPosition
  New (coords As SPoint) As SMapPosition
  Property Coords As SPoint
  Static Property Empty As SMapPosition
  Static Function FromString(expression As String) As SMapPosition
  Var InOrbit As Boolean
  Property Map As SMap
  Var MapID As Integer
  Static Function MapInstanceDefault(mapID As Integer) As Integer
  Var MapInstanceID As Integer
  Static Function MapInstanceNameTranslator(mapID As Integer, instanceID As Integer) As String
  Static Function MapInstanceNameTranslator(mapID As Integer, instanceName As String) As Integer
  Static Function MapNameTranslator(name As String) As Integer
  Static Function MapNameTranslator(mapID As Integer) As String
  Static Function op_Equality(obj1 As SMapPosition, obj2 As SMapPosition) As Boolean
  Static Function op_Inequality(obj1 As SMapPosition, obj2 As SMapPosition) As Boolean
  Function ToJs()
  Var X As Integer
  Var Y As Integer

//wiki.stne.net/index.php?title=API:SMapPosition
//wiki.en.stne.net/index.php?title=API:SMapPosition