zp_class_human_get_id

Returns a human class' ID.

Syntax

native zp_class_human_get_id(const real_name[]) /** * Returns a human class' name. * * @param classid A valid human class ID. * @param name The buffer to store the string in. * @param len Character size of the output buffer. * @return True on success, false otherwise. */ native zp_class_human_get_name(classid, name[], len) /** * Returns a human class' real name (used when registering the class). * * @param classid A valid human class ID. * @param name The buffer to store the string in. * @param len Character size of the output buffer. * @return True on success, false otherwise. */ native zp_class_human_get_real_name(classid, real_name[], len) /** * Returns a human class' description. * * @param classid A valid human class ID. * @param description The buffer to store the string in. * @param len Character size of the output buffer. * @return True on success, false otherwise. */

Usage

real_name

Return

Internal — human class ID, or ZP_INVALID_HUMAN_CLASS if not found.

Defined in zp50_class_human.inc at line 74 . This documentation was automatically generated from source.