OrpheuCreateFunction

Syntax

native OrpheuFunction:OrpheuCreateFunction(address,const libFunctionName[],const classname[]="")

Usage

address
The address where the function is
libFunctionName
The name of the function as it is in the file where the function is defined
className
The name of the class if the function belongs to one

Description

Gets the handler to a function given its address and the name that you give it in the file where you define the function

Return

A handler to the function