Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

values   (...)   
A list of constants and variables to output to the chat window.

console

Code Block
languagelua
function console(values)

...

values   (...)   
A list of constants and variables to output to the console.

print

Code Block
languagelua
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
languagelua
function printstack()

Outputs the current Lua call stack to the console.