Select active (TQL): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
{{: Net type (TQL Param)}}
{{: Net type (TQL Param)}}
{{: Overlay (TQL Param)}}
{{: Overlay (TQL Param)}}
{{: Scenario (TQL Param)}}


}}
}}

Revision as of 14:35, 1 June 2026

Examples

  • SELECT_ACTIVE_WHERE_AREA_IS_5
Returns whether the Area with Item ID 5 is considered active; I.e. the area has an ACTIVE Attribute that has a value that is larger than 0.
  • SELECT_ACTIVE_WHERE_NET_TYPE_IS_ELECTRICITY
Returns whether the Net Setting ELECTRICITY_ACTIVE is considered active; I.e. the setting has a value of true.