Method | Description | |
---|---|---|
ComputeMapDetails ( Map map, int x, int y, int &xCenter, int &yCenter, int &xWidth, int &yHeight ) : bool | ||
Deserialize ( GenericReader reader ) : void | ||
Format ( Point3D p, Map map, int &xLong, int &yLat, int &xMins, int &yMins, bool &xEast, bool &ySouth ) : bool | ||
OnDoubleClick ( Mobile from ) : void | ||
ReverseLookup ( Map map, int xLong, int yLat, int xMins, int yMins, bool xEast, bool ySouth ) : Point3D | ||
Serialize ( GenericWriter writer ) : void | ||
Sextant ( Serial serial ) : System |
Method | Description | |
---|---|---|
Sextant ( ) : System |
public static ComputeMapDetails ( Map map, int x, int y, int &xCenter, int &yCenter, int &xWidth, int &yHeight ) : bool | ||
map | Map | |
x | int | |
y | int | |
xCenter | int | |
yCenter | int | |
xWidth | int | |
yHeight | int | |
return | bool |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public static Format ( Point3D p, Map map, int &xLong, int &yLat, int &xMins, int &yMins, bool &xEast, bool &ySouth ) : bool | ||
p | Point3D | |
map | Map | |
xLong | int | |
yLat | int | |
xMins | int | |
yMins | int | |
xEast | bool | |
ySouth | bool | |
return | bool |
public static ReverseLookup ( Map map, int xLong, int yLat, int xMins, int yMins, bool xEast, bool ySouth ) : Point3D | ||
map | Map | |
xLong | int | |
yLat | int | |
xMins | int | |
yMins | int | |
xEast | bool | |
ySouth | bool | |
return | Point3D |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |