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