Disable the rule at ruleIndex in category.
Synopsis
Declared in <ball_category.h>
static
void
disableRule(
Category* category,
int ruleIndex);
Description
Set the bit in the rule‐mask at the specified ruleIndex in the specified category to false.
Parameters
Name |
Description |
category |
category whose rule mask is updated |
ruleIndex |
index of the rule to disable |
Created with MrDocs