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

Description

Documentation Comment

Count how many condition events were created with the CreateConditionEvent function for the condition with the conditionId.


Caveats


Parameters

stringconditionId


Examples

Auto-Generated Example

string myString__conditionId

int returnedValue = DbConditionFunctions.CountConditionEvents(myString__conditionId)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.