Trigger condition class. Used to handle trigger type conditions.
触发器条件类。用于处理触发器类型的条件。
Constructor method.
触发器条件类的构造方法
The unique identifier of the condition.
条件的唯一标识符。
The name of the condition.
条件的名称。
The type of the condition.
条件的类型。
Boolean value.
Check if the state is triggered. If the trigger is true, the condition is met.
检查状态是否触发,tigger 如果是true,就算条件达成
静态
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
Trigger condition class. Used to handle trigger type conditions.
Zh
触发器条件类。用于处理触发器类型的条件。