- Found in:
- Dylbills PE
Description
Documentation Comment
Create a condition event for the condition with the conditionId on the optional target.
Returns false if the event already exists or the condition with the conditionId wasn't found.
Parameters
stringconditionId
ObjectReferencetarget=NONE
Examples
Auto-Generated Example
string myString__conditionId
ObjectReference myObjectReference__target
bool returnedValue = DbConditionFunctions.CreateConditionEvent(myString__conditionId, myObjectReference__target)