Difference between revisions of "DrawPane"

From King Arthur's Gold Wiki
Jump to: navigation, search
Line 2: Line 2:
 
Draws a pane with a shape specified by the given [[rect]].
 
Draws a pane with a shape specified by the given [[rect]].
 
</onlyinclude>
 
</onlyinclude>
 +
 +
As this is GUI-related this is client only - it should be wrapped in "if ( getNet().isClient( ))" or in a client-only script.
 +
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
void DrawPane(const recti &rect)
 
void DrawPane(const recti &rect)

Revision as of 17:05, 22 August 2012

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


As this is GUI-related this is client only - it should be wrapped in "if ( getNet().isClient( ))" or in a client-only script.

void DrawPane(const recti &rect)