zp_class_zombie_get_desc

Syntax

native zp_class_zombie_get_desc(classid, description[], len)

Usage

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

Description

Returns a zombie class' description.

Return

True on success, false otherwise.