native

zp_class_human_get_desc

Syntax

native zp_class_human_get_desc(classid, description[], len)

Description

Returns a human class' description.

Parameters

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

Return

True on success, false otherwise.