I wanted to know if there are any specific parameters for things like function
, BuiltInfunction
, or an event
. If there are paramets for these then, is there a list that is available to use?
Also, how would I know when and how to use these special parameters?
no you could name the preameters anything
function myFunction(lost, found)
end
or
function BigToe (dog , cat)
end
or
function Carl (me, may)