scene_delim

This commit is contained in:
p.kosyh 2010-11-01 12:35:08 +00:00
parent 1634213adf
commit 3b1fa1c897

View file

@ -3,6 +3,7 @@ stead = {
api_version = "1.1.6", -- last version before 1.2.0 api_version = "1.1.6", -- last version before 1.2.0
table = table, table = table,
delim = ',', delim = ',',
scene_delim = "^^",
string = string, string = string,
math = math, math = math,
io = io, io = io,
@ -1984,7 +1985,7 @@ iface = {
end end
end end
end end
vv = stead.fmt(stead.cat(stead.par("^^", l, r, av, objs, pv), '^')); vv = stead.fmt(stead.cat(stead.par(stead.scene_delim, l, r, av, objs, pv), '^'));
return vv return vv
end, end,
cmd = function(self, inp) cmd = function(self, inp)