Serializer: nprint heisst jetzt dump
This commit is contained in:
parent
bb9b2d7379
commit
ba9778e8f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue