CorsixTH Lua Documentation

UINewGame Class

Class for the difficulty choice window.

Declared on: line 21 of Lua/dialogs/resizables/new_game.lua.
Inheritance: UINewGame » UIResizable » Window

Method Index

Member Index

(*) only used in superclass methods
function UINewGame:UINewGame(ui)

Parameters:

NameTypeDescription
ui ? ?

Declared on: line 60 of Lua/dialogs/resizables/new_game.lua.

function UINewGame:buttonTutorial(checked, button)

Parameters:

NameTypeDescription
checked ? ?
button ? ?

Declared on: line 172 of Lua/dialogs/resizables/new_game.lua.

function UINewGame:dropdownDifficulty(activate, button)

Parameters:

NameTypeDescription
activate ? ?
button ? ?

Declared on: line 177 of Lua/dialogs/resizables/new_game.lua.

function UINewGame:hitTest(x, y)

Parameters:

NameTypeDescription
x ? ?
y ? ?

Overrides: UIResizable:hitTest.
Declared on: line 151 of Lua/dialogs/resizables/new_game.lua.

function UINewGame:onMouseDown(button, x, y)

Parameters:

NameTypeDescription
button ? ?
x ? ?
y ? ?

Overrides: UIResizable:onMouseDown.
Declared on: line 142 of Lua/dialogs/resizables/new_game.lua.

function UINewGame:selectDifficulty(number)

Parameters:

NameTypeDescription
number ? ?

Declared on: line 189 of Lua/dialogs/resizables/new_game.lua.

function UINewGame:startGame(difficulty)

Parameters:

NameTypeDescription
difficulty ? ?

Declared on: line 199 of Lua/dialogs/resizables/new_game.lua.

Page generated on Sat Feb 07, 2015 at 18:38:28 by LDocGen.