Reset the category holders linked to the specified category.
Synopsis
Declared in <ball_category.h>
static
void
resetCategoryHolders(Category* category);
Description
Reset the category holders to which the specified category is linked to their default value. See the function‐level documentation of CategoryHolder::reset for further information on the default value of category holders.
Parameters
Name |
Description |
category |
category whose linked holders are reset |
Created with MrDocs