Console Class

The Erios Console

Constructors

Console.__new()

Console.__new()

Fields

Type Name Static Default Description
Console__instance Instance

Functions

Requires an instance!

Write(string)

Write(text: string) -> nil
Type Name Description
string text

Toggle

Toggle() -> nil

Show

Show() -> nil

Hide

Hide() -> nil

Static Functions

Do not require an instance!

Error(string)

Error(text: string) -> nil
Type Name Description
string text

Warning(string)

Warning(text: string) -> nil
Type Name Description
string text

Log(string)

Log(text: string) -> nil
Type Name Description
string text

Register(string,Closure)

Register(name: string,closure: Closure) -> nil
Type Name Description
string name
Closure closure

Categories:

Updated: