/
Debug
Debug
chat
function chat(values)
Translate any parameters into a string, and send a message to the defined chat window. If a chatwindow control does not exist yet, then the message will be sent to the Fantasy Grounds console.
Parameters
values (...)
A list of constants and variables to output to the chat window.
console
function console(values)
Translate any parameters into a string, and send a message to the Fantasy Grounds console.
Parameters
values (...)
A list of constants and variables to output to the console.
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
function printstack()
Outputs the current Lua call stack to the console.
, multiple selections available,
Related content
DB
Read with this
Developer Guide
Developer Guide
Read with this
chatentry
chatentry
More like this
chatwindow
chatwindow
More like this
Comm
More like this
BRP - The Players' View
BRP - The Players' View
More like this