tableDump - Total-RP/Total-RP-3 GitHub Wiki
Dumps a table to chat
TRP3_API.utils.table.dump(table, withCount)
-
table
: A lua table -
withCount
: [Optional] bool, whether or not to print the size of the table
Dumps your current profile to chat
local tables = TRP3_API.utils.table
local tb = TRP3_API.profile.getPlayerCurrentProfile()
tables.dump(tb)