SC_DestroyToolbar

Usage

void SC_DestroyToolbar( int ToolbarNumber, int LocalOnly)


Summary

Destroys the specified toolbar.


More Information

Use this function to remove toolbars created using SC_CreateToolbar.

You don't need to call this function at the end of your map because the game will remove all created toolbars automatically.

ToolbarNumber = The number of the toolbar specified when calling SC_CreateToolbar.
LocalOnly = Only remove the toolbar from the current computer in network games.


Example

SC_DestroyToolbar( 0);


Last Revised: 10 May 2008

Full Functions List


Copyright 2008 to 2009 by James Bunting
www.jbplay.com/games/rod3d/

This page was automatically generated by James' Script Docs Generator