QScript.addFunction

adds an external function.

  1. uinteger addFunction(Function externalFunc, ExternFunction externalFuncPtr)
    class QScript
  2. void addFunction(Function[] externalFunc, ExternFunction[] externalFuncPtr)

Return Value

Type: uinteger

the ID assigned to that function that will be used in the bytecode

Meta