Changes

Jump to: navigation, search

Module:Arguments

4 bytes removed, 23:17, 8 December 2013
check fargs and pargs before writing new values to args if options.noOverwrite is set
metatable.__newindex = function (t, key, val)
if not options.readOnly and (not options.noOverwrite or metaArgsargs[key] == nil) then
metaArgs[key] = val
end
Anonymous user

Navigation menu