Project-GC Lua Sandbox API
Loading...
Searching...
No Matches
Print_

Member Function Documentation

◆ print()

print ( ...)

Prints output into the Debug output window.

This function can handle multiple arguments. Each argument can be either a string or a list. In case of lists it will output a formatted dump.

Parameters
mixed$args(required)
Returns
void