#Function arguments

1 messages · Page 1 of 1 (latest)

vivid helm
#

Idk how to explain it, basically i have a module of functions, and i'm trying to make the client be able to call them and for it to be automised (so that i don't need seperate functions for each and every function in the module), but the problem is that the module functions all have different amounts of arguments passed into them, and i don't know how to send the arguments in a way that doesn't send a bunch of nil values

rare herald
main thicket
#

Use something like this:
local foo = function(…)
local args = {…}
— Your code here
end

pastel summitBOT
#

studio** You are now Level 6! **studio