WoW:API SetupFullscreenScale: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(→‎Notes: SetupFullscreenScale replaced SetupWorldMapScale in 1.12.)
Line 1: Line 1:
<center>'''SetupWorldMapScale''' ''-Documentation by [[user:Flickering|Flickering]]-''</center>
{{wowapi}}


  SetupWorldMapScale();
  SetupFullscreenScale();


The purpose of this function isn't exactly clear, but from the way it's used it would appear to be a function that appropriately scales the world map frame to fit on the screen maximally depending on the aspect ratio. Why this wasn't implemented in lua isn't entirely clear, though it may require information about the screen geometry which isn't exposed through the standard UI.
The purpose of this function isn't exactly clear, but from the way it's used it would appear to be a function that appropriately scales the full-screen views, such as the world map frame, to fit on the screen maximally depending on the aspect ratio. Why this wasn't implemented in lua isn't entirely clear, though it may require information about the screen geometry which isn't exposed through the standard UI.
 
----
;''Arguments''


== Parameters ==
=== Arguments ===
:<i>none</i>
:<i>none</i>


----
== Notes ==
{{WoW API}}
* SetupFullscreenScale replaced [[API SetupWorldMapScale|SetupWorldMapScale]] in 1.12.

Revision as of 11:51, 28 August 2006

WoW API < SetupFullscreenScale

SetupFullscreenScale();

The purpose of this function isn't exactly clear, but from the way it's used it would appear to be a function that appropriately scales the full-screen views, such as the world map frame, to fit on the screen maximally depending on the aspect ratio. Why this wasn't implemented in lua isn't entirely clear, though it may require information about the screen geometry which isn't exposed through the standard UI.

Parameters

Arguments

none

Notes