TQL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
==TQL== | ==TQL== | ||
The Tygron Query Language is a special-purpose programming language designed for obtaining spacial area information from a specific game session on the Tygron Engine. The primary reason for its development was to make an easy to use bridge between the Tygron Engine and Microsoft Excel. | The Tygron Query Language is a special-purpose programming language designed for obtaining spacial area information from a specific game session on the Tygron Engine. The primary reason for its development was to make an easy to use bridge between the Tygron Engine and Microsoft Excel. | ||
==Operators== | |||
{| class="wikitable" | |||
|- | |||
! Operator | |||
! Description | |||
! Example | |||
|- | |||
| {{code|1= IS}} | |||
| Equal to | |||
| {{code|1= 'CATEGORY_IS_OFFICES'}} | |||
|} |
Revision as of 12:53, 30 June 2015
Please note: This page is currently being updated! |
TQL
The Tygron Query Language is a special-purpose programming language designed for obtaining spacial area information from a specific game session on the Tygron Engine. The primary reason for its development was to make an easy to use bridge between the Tygron Engine and Microsoft Excel.
Operators
Operator | Description | Example |
---|---|---|
IS |
Equal to | 'CATEGORY_IS_OFFICES' |