ProD  4.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ProD.WorldMap Class Reference

Public Member Functions

 WorldMap ()
 
 WorldMap (int _Size_X, int _Size_Y)
 
Address GetAddressWorldPosition (Map map, Address mapAddress)
 Gets the world position of an address on a specified map. More...
 

Properties

int size_X [get]
 
int size_Y [get]
 
Map[,] maps [get, set]
 
int World_Grid_Size_X [get]
 
int World_Grid_Size_Y [get]
 

Constructor & Destructor Documentation

ProD.WorldMap.WorldMap ( )
ProD.WorldMap.WorldMap ( int  _Size_X,
int  _Size_Y 
)

Member Function Documentation

Address ProD.WorldMap.GetAddressWorldPosition ( Map  map,
Address  mapAddress 
)

Gets the world position of an address on a specified map.

Returns
The world position.
Parameters
mapThe map that the address is on.
mapAddressAddress on the map you want the world position of.

Property Documentation

Map [,] ProD.WorldMap.maps
getset
int ProD.WorldMap.size_X
get
int ProD.WorldMap.size_Y
get
int ProD.WorldMap.World_Grid_Size_X
get
int ProD.WorldMap.World_Grid_Size_Y
get