Method RemoveCategory
RemoveCategory(CategoryDefinition)
Removes the given Category from this GameItemDefinition.
Declaration
public bool RemoveCategory(CategoryDefinition category)
Parameters
| Type | Name | Description |
|---|---|---|
| CategoryDefinition | category | The CategoryDefinition to remove. |
Returns
| Type | Description |
|---|---|
| bool | Whether or not the removal was successful. |