Content deleted Content added
Jackmcbarn (talk | contribs) use the data module in new code |
Jackmcbarn (talk | contribs) further simplify getPlatforms |
||
Line 62:
function getPlatforms(args)
local count = 0
for
local argValue
if argValue and
count = count +
end
return count
|