WoW:API GetMapInfo: Difference between revisions

m
converted page to use {{wowapi}}
No edit summary
m (converted page to use {{wowapi}})
Line 1: Line 1:
<center>'''GetMapInfo''' ''-Documentation by [[user:Flickering|Flickering]]-''</center>
{{wowapi}} __NOTOC__


  mapFileName, textureHeight, textureWidth = GetMapInfo();
  mapFileName, textureHeight, textureWidth = GetMapInfo();
Line 22: Line 22:


Note that the width and height aren't in a consistent order with most of the other API functions. Neither of the values are used by the UI so it's impossible to tell whether this is a deliberate inconsistency or a typo! The return values would appear to imply they are, however, reversed from the usual width, height convention. -- [[User:Flickering|Flickering]] 16:42, 26 Dec 2004 (EST)
Note that the width and height aren't in a consistent order with most of the other API functions. Neither of the values are used by the UI so it's impossible to tell whether this is a deliberate inconsistency or a typo! The return values would appear to imply they are, however, reversed from the usual width, height convention. -- [[User:Flickering|Flickering]] 16:42, 26 Dec 2004 (EST)
----
{{WoW API}}
Anonymous user