Boolean conditional class. Used to handle Boolean based conditions.
布尔条件类。用于处理基于布尔值的条件。
Constructor method.
构造方法
Determine type
判断类型
The unique identifier of the condition.
条件的唯一标识符。
The name of the condition.
条件的名称。
The type of the condition.
条件的类型。
The boolean value to compare.
Checks if the state is triggered based on the comparison of the provided boolean value with the comparison flag.
根据提供的布尔值与比较标志的比较结果检查状态是否触发。
静态
The condition ID.
The unique name.
Gets the unique name associated with an ID.
根据ID获取唯一的名称。
The unique ID.
Gets the unique ID associated with a name.
根据名称获取唯一的ID。
En
Boolean conditional class. Used to handle Boolean based conditions.
Zh
布尔条件类。用于处理基于布尔值的条件。