6,834
edits
No edit summary |
No edit summary |
||
Line 580: | Line 580: | ||
local parameters = p.getIndexedArgs(frame, 'arg') | local parameters = p.getIndexedArgs(frame, 'arg') | ||
for i=1, #parameters do | for i=1, #parameters do | ||
local callbackSyntax | local callbackSyntax = {} | ||
local callbackText = args['cb'..i..'Text'..suffix] | local callbackText = args['cb'..i..'Text'..suffix] | ||
local callbackNParameters = p.getIndexedArgs(frame, 'cb'..i..'arg'..suffix) | local callbackNParameters = p.getIndexedArgs(frame, 'cb'..i..'arg'..suffix) |
edits