6,834
edits
No edit summary |
No edit summary |
||
Line 631: | Line 631: | ||
end | end | ||
local callbackSyntax2 = | local callbackSyntax2 = { | ||
'function('..(#callbackSyntax == 0 and 'void' or table.concat(callbackSyntax, ', '))..')' | 'function('..(#callbackSyntax == 0 and 'void' or table.concat(callbackSyntax, ', '))..')' | ||
} | } | ||
if #parameterTokens > 0 then | if #parameterTokens > 0 then |
edits