Console Static
The Erios Console
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
Functions
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 |