Ardenian
A
Ardenian
Is the following correct to get the top left point of the playable map area ?
I ask as I get a 'Statement outside function' error and to acknowlegde whether there is a better way.
JASS:
set udg_TopLeftPoint = Location(GetRectMinX(GetPlayableMapRect()), GetRectMaxX(GetPlayableMapRect()))
I ask as I get a 'Statement outside function' error and to acknowlegde whether there is a better way.
Last edited by a moderator: