zp_class_zombie_get_id

Returns a zombie class' ID.

Syntax

native zp_class_zombie_get_id(const real_name[]) /** * Returns a zombie class' name. * * @param classid A valid zombie 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_zombie_get_name(classid, name[], len) /** * Returns a zombie class' real name (used when registering the class). * * @param classid A valid zombie 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_zombie_get_real_name(classid, real_name[], len) /** * Returns a zombie class' description. * * @param classid A valid zombie 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 — zombie class ID, or ZP_INVALID_ZOMBIE_CLASS if not found.

Defined in zp50_class_zombie.inc at line 102 . This documentation was automatically generated from source.