|
GearBlocks
The GearBlocks Lua scripting API
|
Provides a way to create and destroy UI windows. More...
Public Member Functions | |
| IWindow | CreateWindow () |
| Create a new UI window. | |
| void | DestroyWindow (IWindow window) |
| Destroy a previously created window. | |
Provides a way to create and destroy UI windows.
| IWindow SmashHammer.UI.IWindows.CreateWindow | ( | ) |
Create a new UI window.
| void SmashHammer.UI.IWindows.DestroyWindow | ( | IWindow | window | ) |
Destroy a previously created window.
| window | The window to destroy. |