Link the specified categoryHolder to the specified category.

Synopsis

Declared in <ball_category.h>

static
void
linkCategoryHolder(
    Category* category,
    CategoryHolder* categoryHolder);

Description

Load the specified category and its corresponding maxLevel() into the specified categoryHolder, and add categoryHolder to the linked list of category holders maintained by category.

Parameters

Name

Description

category

category to which the holder is linked

categoryHolder

holder to load and link

Created with MrDocs