
Prototype: GemRB.LoadWindow(WindowID)

Description: Returns a Window. You must call LoadWindowPack before using this command. The window won't be displayed.
  If LoadWindowPack() set nonzero natural screen size with Width and Height 
  parameters, the loaded window is then moved by 
  (screen size - winpack size) / 2

Parameters: a window ID, see the .chu file specification

Return value: GWindow

See also: LoadWindowPack, GetControl, SetVisible, ShowModal, accessing_gui_controls

MD5: c307b6a51ed3bcc0e551bad770b37853
