Difference between revisions of "Position2d"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> The Position2d type is used for positioning GUI elements. </onlyinclude> <syntaxhighlight lang="cpp> position2di( const uint, const uint ) </syntaxhighlight>")
 
m
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
</onlyinclude>
 
</onlyinclude>
  
<syntaxhighlight lang="cpp>
+
<syntaxhighlight lang="cpp">
 
position2di( const uint, const uint )
 
position2di( const uint, const uint )
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
[[Category:Scripting]]

Latest revision as of 18:35, 16 December 2012

The Position2d type is used for positioning GUI elements.


position2di( const uint, const uint )