Difference between revisions of "GetScreenWidth"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) |
Shadlington (Talk | contribs) m (moved ScreenWidth to GetScreenWidth) |
(No difference)
|
Latest revision as of 21:52, 6 September 2012
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 getScreenWidth()