Module:ScriptItem2: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 422: Line 422:
returnType
returnType
..' '..p.getDisplayedName(frame)
..' '..p.getDisplayedName(frame)
..'('..(#argsText == 0 and 'void' or table.concat(argsText, ', ')..')')
..'('..(#argsText == 0 and 'void' or table.concat(argsText, ', '))..')'
})
})
end
end