World of Hello
|
This is the complete list of members for game, including all inherited members.
addError(string err) | game | static |
draw2dline(int startX, int startY, int endX, int endY, int r=255, int g=255, int b=255, int a=255) | game | static |
drawRectangle(int x, int y, int width=100, int height=50, bool border=false, int r=0, int g=0, int b=0, int a=255, int clipX=0, int clipY=0, int clipWidth=game:getWindowWidth(), int clipHeight=game:getWindowHeight()) | game | static |
getDPI() | game | static |
getElementFromID(string ID) | game | static |
getElementFromPosition(int x, int y) | game | static |
getFocusedElement() | game | static |
getImagePixels(string imagePath, int x=0, int y=0, int w=-1, int h=-1) | game | static |
getMeshFromID(string ID) | game | static |
getOpenFileName(function func,...) | game | static |
getOS() | game | static |
getSaveFileName(function func,...) | game | static |
getScript(string filePath) | game | static |
getScripts(string folder="", string filter="") | game | static |
getTime() | game | static |
getWindowHeight(bool dpiAware=true) | game | static |
getWindowWidth(bool dpiAware=true) | game | static |
getWindowX(bool dpiAware=true) | game | static |
getWindowY(bool dpiAware=true) | game | static |
isKeyDown(string key) | game | static |
isMobile() | game | static |
isStatic() | game | static |
loadScripts(string filePath) | game | static |
openLink(string URL, bool newTab=true) | game | static |
pushState(function func,...) | game | static |
reload() | game | static |
removeTimeouts(string func="*", string script=script:thisName()) | game | static |
removeTimeouts(function func) | game | static |
scriptLoaded(string filePath) | game | static |
setBackgroundColor(int r, int g, int b, int a) | game | static |
setKeyDown(string key) | game | static |
setScript(string filePath, string code, bool remove=false) | game | static |
setTimeout(int milliseconds, string func="",...) | game | static |
setTitle(string title="") | game | static |