okapi_get_dllfunc_ptr_by_offset

Syntax

native okapi_get_dllfunc_ptr_by_offset(offset);

Usage

offset
Offset of the dllfunc

Description

Retrieves the address of a dllfunc function by its relative offset in the struct DLL_FUNCTIONS.

Return

Address of the function