okapi_cbase_get_vfunc_ptr

Syntax

native okapi_cbase_get_vfunc_ptr(id, offset);

Usage

id
Index of the entity
offset
Offset of the virtual function in the virtual table

Description

Retrieves a virtual function address located in the virtual table of an entity.

Return

Address of the virtual function on sucess, 0 otherwise.