Namespace: FunctionUtils

otris.gadget.util. FunctionUtils

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
functionString string

the String containing the function (can contain multiple functions)

isHandler boolean optional

sets weather this function will be uses as a handler