OrpheuGetDLLFunction

Syntax

stock OrpheuFunction:OrpheuGetDLLFunction(const memberName[],const libFunctionName[])

Usage

memberName
The name of the member of the struct that holds the address of the function
Example: pfnGameInit
The struct representation can be seen in hlsdk at multiplayer/engine/eiface.h with the name "DLL_FUNCTIONS"
libFunctionName
The name of the function as it is in the file where the function is defined

Description

Retrieves a dll function handler by having its name as a member of the struct that hold
dll functions and the name that you give it in the file where you define the function
 The name must be the same as the one in the file where the function is defined

Return

A handler to the function