Global object holding various functions for the processing of function objects
Methods
-
staticotris.gadget.util.FunctionUtils.getFunctionObject(functionString, isHandler)
-
Returns an object holding a function which can be attached to some transferable objects or used as handlers with ExtComponents.
Name Type Description functionStringstring the String containing the function (can contain multiple functions)
isHandlerboolean optional sets weather this function will be uses as a handler