Module:ScriptItem2: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 631: Line 631:
end
end


local callbackSyntax2 = 'function('..(#callbackSyntax == 0 and 'void' or table.concat(callbackSyntax, ', '))..')'
local callbackSyntax2 = #callbackSyntax == 0 and 'void' or table.concat(callbackSyntax, ', ')


if #parameterTokens > 0 then
if #parameterTokens > 0 then
6,833

edits