native

zp_get_zombie_class_info

Syntax

native zp_get_zombie_class_info(classid, info[], len)

Description

Returns a zombie class' description (passed by reference).

Parameters

classid Internal zombie class ID.
info The buffer to store the string in.
len Character size of the output buffer.

Return

True on success, false otherwise.