Difference between revisions of "DrawPane"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Draws a pane. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawPane(const recti &rect) </syntaxhighlight> Category:Scripting Category:Global Functions")
 
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
Draws a pane.
+
Draws a pane with a shape specified by the given [[rect]].
 
</onlyinclude>
 
</onlyinclude>
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">

Revision as of 22:12, 21 August 2012

Draws a pane with a shape specified by the given rect.

void DrawPane(const recti &rect)