native

zpn_class_find

Syntax

native zpn_class_find(const class_find_name[]);

Description

Finds a class by its configured find name.

Parameters

class_find_name Find name to search for

Note

The name is matched against PROP_CLASS_REGISTER_FIND_NAME.

Return

Class index if found, -1 otherwise