Background for Skyrim SE
Member of the DbConditionFunctions script
intfunctionDestroyAllConditionEvents(stringconditionId)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.