GetScreenWidth

From King Arthur's Gold Wiki
Revision as of 15:00, 28 August 2012 by Shadlington (Talk | contribs)

Jump to: navigation, search

Returns the screen width as an integer (s32).


This is client only - it should be wrapped in "if ( getNet().isClient() )" or be in a client-only script.

s32 ScreenWidth()