API:CreateWindow
Aus WARWiki
Creates a window and (optionally) makes it visible.
Nutzung
CreateWindow(windowname, visible)
Arguments
* windowname (string)
- The name of the window being created. Needs to match the definition in an XML file.
- visible (boolean)
- Whether or not the window should be visible when created.
Diese Funktion gibt keine Werte zurück.