okapi_ptr_get_vfunc_ptr

Syntax

native okapi_ptr_get_vfunc_ptr(ptr, offset);

Usage

ptr
Address of the object
offset
Offset of the virtual function in the virtual table

Description

Retrieves a virtual function address located in the virtual table of an object (can be a cbase or another one).

Return

Address of the virtual function