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

Description

Documentation Comment

Does the condition with the conditionId exist?


Caveats


Parameters

stringconditionId


Examples

Auto-Generated Example

string myString__conditionId

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