Difference between revisions of "DrawPane"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Draws a pane. </onlyinclude> <syntaxhighlight lang="cpp"> void DrawPane(const recti &rect) </syntaxhighlight> Category:Scripting Category:Global Functions") |
Shadlington (Talk | contribs) |
||
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 21:12, 21 August 2012
Draws a pane with a shape specified by the given rect.
void DrawPane(const recti &rect)