okapi_get_ptr_symbol

Syntax

native bool:okapi_get_ptr_symbol(ptr, str[], len);

Usage

ptr
Address of the function
str[]
String to save the name
len
Max length that the string will hold

Description

Retrieves the symbolic name of an address, if one exists.
This functions just works/makes sense on linux/osx.

Return

true on succes or false otherwise