OrpheuGetEngineFunction
Retrieves an engine function handler by having its name as a member of the struct that hold engine 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
Syntax
stock OrpheuFunction:OrpheuGetEngineFunction(const memberName[],const libFunctionName[]) {
Usage
| memberName | The name of the member of the struct that holds the address of the function |
| libFunctionName | The name of the function as it is in the file where the function is defined |
Return
A — handler to the function
Defined in
orpheu_stocks.inc
at line 25
.
This documentation was automatically generated from source.