Difference between revisions of "Legacy:GetScreenWidth"

From Spherical
Jump to: navigation, search
(created from http://web.archive.org/web/20120505210624/http://www.spheredev.org/wiki/GetScreenWidth)
(No difference)

Revision as of 21:16, 4 June 2013


GetScreenWidth() returns the value in pixels of the current screen/game window width.

Usage

integer [[API:{{{object}}}|{{{object}}}]].GetScreenWidth({{{params}}});


  • param1 type. param1 description
  • param2 type. param2 description
  • paramN type. paramN description

Examples

(examples with syntaxhighlighted code)

Notes

(notes)

See also

  • see also
  • see also
  • see also
  • etc

API:Video/navbox