Hi guys , this is my doubt :
in the function
- How do i get values for :
real minx
real miny
real maxx
real maxy
For a rect with
Width = 1280
Height = 640
for any (x,y) in the map
thanks for the answers
in the function
JASS:
native Rect takes real minx, real miny, real maxx, real maxy returns rect
real minx
real miny
real maxx
real maxy
For a rect with
Width = 1280
Height = 640
for any (x,y) in the map
thanks for the answers