...
values (...)
A list of constants and variables to output to the chat window.
console
Code Block | ||
---|---|---|
| ||
function console(values) |
...
values (...)
A list of constants and variables to output to the console.
Code Block | ||
---|---|---|
| ||
function print(s) |
Translate any parameters into a string, and send a message to the Fantasy Grounds console.
Parameters
s (string)
A string to output to the console.
printstack
Code Block | ||
---|---|---|
| ||
function printstack() |
Outputs the current Lua call stack to the console.