Console

Console

class

Engine console

Functions

Console.run(command)

Executes engine console command

command string Command line

Console.get_string(variable)

Get engine console variable

variable string Variable name

returns string

Console.get_float(variable)

Get engine console variable

variable string Variable name

returns number

Console.get_int(variable)

Get engine console variable

variable string Variable name

returns integer

Standard members (4)

Generated for every class of this kind by the game's codegen, not written for Console.

Console.cast(object) Trying to cast Object into Console
Console.get_class() Return Console class object
Console.new(parent, name) Creates a new Console instance
Console.new_simple() Creates a new Console instance
Inherited from Instance (1)
Inherited from Object (3)