The Erios Console
Constructors
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
Show
Hide
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)
Type |
Name |
Description |
string |
text |
|
Register(string,Closure)
Register(name: string,closure: Closure) -> nil
Type |
Name |
Description |
string |
name |
|
Closure |
closure |
|