native
zp_class_human_get_name
Syntax
native zp_class_human_get_name(classid, name[], len)
Description
Returns a human class' name.
Parameters
| classid | A valid human class ID. |
|---|---|
| name | The buffer to store the string in. |
| len | Character size of the output buffer. |
Return
True on success, false otherwise.