
1


local _tostr=tostr local function tostr(n,...) if(type(n)=="table" and getmetatable(n) and getmetatable(n).__tostring)return getmetatable(n).__tostring(n,...) return _tostr(n,...) end |
[Please log in to post a comment]
local _tostr=tostr local function tostr(n,...) if(type(n)=="table" and getmetatable(n) and getmetatable(n).__tostring)return getmetatable(n).__tostring(n,...) return _tostr(n,...) end |
[Please log in to post a comment]