log 7
Log some text in the F3 console. This helps a lot with testing custom Lua code. press F3 to open the console and visualize the log
Return value
Return Type | Description |
---|---|
void | This function doesn't return anything |
Parameters
Parameter | Type | Description |
---|---|---|
1 | string | Text to display on the logs |
Examples
log("My code worked so far!")