Enable the rule at ruleIndex in category.

Synopsis

Declared in <ball_category.h>

static
void
enableRule(
    Category* category,
    int ruleIndex);

Description

Set the bit in the relevant rule‐mask at the specified ruleIndex in the specified category to true.

Parameters

Name

Description

category

category whose rule mask is updated

ruleIndex

index of the rule to enable

Created with MrDocs