Table of Contents

createCanvas

(string windowTitle)Create the game window/canvas, with the specified window title.

Syntax

bool createCanvas(string %windowTitle);

Parameters

string %windowTitle
No description available.

Return value

bool
No description available.

Remarks

Examples

Source

Engine

See also

getBuildString
getCompileTimeString
getLAN_BLID
getModPaths
getNetPort
getPlatform
getRealTime
getSimTime
getVersionNumber
getVersionString
isMacintosh
isWindows
lockMouse
playJournal
saveJournal
setModPaths
setNetPort

References

initCanvas: base/client/canvas.cs:13