Library.hasFunction

  1. integer hasFunction(string name, DataType[] argsType, DataType returnType)
  2. integer hasFunction(string name, DataType[] argsType)
    class Library
    integer
    hasFunction
  3. bool hasFunction(string name)

Return Value

Type: integer

function ID, or -1 if doesnt exist

Meta