Difference between revisions of "GetScreenHeight"

From King Arthur's Gold Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
s32 ScreenHeight()
+
s32 getScreenHeight()
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
[[Category:Scripting]]
 
[[Category:Scripting]]
 
[[Category:Global Functions]]
 
[[Category:Global Functions]]

Revision as of 22:51, 6 September 2012

Returns the screen height as an integer (s32).


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

s32 getScreenHeight()