Background for Skyrim SE
Member of the DbConditionFunctions script
boolfunctionSetConditionParameterString(stringconditionId, stringparam, intparamIndex=0)NativeGlobal

Description

Documentation Comment

Set the nth parameter for the condition with the conditionId to the String param. paramIndex must be between 0 and 2.


Caveats


Parameters

stringconditionId

stringparam

intparamIndex=0


Examples

Auto-Generated Example

string myString__conditionId
string myString__param
int myInt__paramIndex

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