Weave.Utils.PrintTable
Prints a fully formatted table to the F8 console.
Syntax
Weave.Utils.PrintTable(tbl)Parameters
tbltableThe table to print
Example
local playerData = {
id = Weave.Self.ServerId(),
position = Weave.Self.Pos()
}
Weave.Utils.PrintTable(playerData)