zp_class_human_get_real_name

Syntax

native zp_class_human_get_real_name(classid, real_name[], len)

Usage

classid
A valid human class ID.
name
The buffer to store the string in.
len
Character size of the output buffer.

Description

Returns a human class' real name (used when registering the class).

Return

True on success, false otherwise.