Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
meta_util.lua File Reference

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.