
Prototype: GemRB.CreateWindow(WindowID, X, Y, Width, Height, MosResRef)

Description: Creates a new empty window and returns its index.

Parameters: 
WindowID - the window's ID
X,Y - the window's position
Width, Height - the window's dimensions
MosResRef - the background image (.mos resref)

Return value: a window index

See also:


MD5: f28c0c3fb8a9e7d0a279d735c5b94d6f
