ug4
|
Functions | |
function util | CreateFancyFunction (arg_def, f) |
Create a function with namend parameters With this function it is easy to create Lua functions with default values for their arguments and defining names for them to circumvent the position dependentness of the arguments. This is especially useful for functions with a lot of arguments. More... | |