Serializer: nprint heisst jetzt dump
This commit is contained in:
parent
bb9b2d7379
commit
ba9778e8f6
@ -35,7 +35,7 @@ function __tostring(tab)
|
||||
end
|
||||
|
||||
-- Funktion, welche sich wie print() verhaelt, aber Tabellen als String ausgibt
|
||||
function nprint(...)
|
||||
function dump(...)
|
||||
local args={...}
|
||||
for i=1,#args do
|
||||
if type(args[i]) == "table" then
|
||||
|
Loading…
Reference in New Issue
Block a user