- Found in:
- Dylbills PE
Description
Documentation Comment
Destroy all condition events created with the CreateConditionEvent function for the condition with the conditionId and return the number destroyed.
Note that using DestroyCondition(string conditionId) will DestroyAllConditionEvents for the conditionId as well.
Caveats
Parameters
stringconditionId
Examples
Auto-Generated Example
string myString__conditionId
int returnedValue = DbConditionFunctions.DestroyAllConditionEvents(myString__conditionId)