BreakpointCondition.or
Description:
[ CCode ( has_construct_function = false ) ]
public BreakpointCondition.or (owned BreakpointCondition condition_1, owned BreakpointCondition condition_2)
public BreakpointCondition.or (owned BreakpointCondition condition_1, owned BreakpointCondition condition_2)
Creates a condition that triggers when either condition_1 or condition_2 is true.
Parameters:
| condition_1 |
first condition |
| condition_2 |
second condition |
Returns:
|
the newly created condition |