This platform is currently in BETA.

This platform and the Triggers available are still in BETA. This means they may be subject to change. If that happens, please update usage of the Triggers in your Project accordingly.

Documentation of the library and the available Triggers is ongoing, and may be incomplete.

Trigger: Verbatim

Back to overview - Installation and usage

The following information regarding this Trigger is available.

Summary

Trigger nameVerbatim
SummarySpecify exactly what should be returned by this Trigger, and have that returned Verbatim. The response must be a valid json format.
Trigger runsAlways

Settings

Supported types[TQL,EVENT]
Recommended timing[BEFORE,AFTER]
Recommended methodGET
Recommended timeout
URLhttps://triggers.utils.tests.tygron.com/task/?trigger=Verbatim

Assets

    Description

    Specify exactly what should be returned by this Trigger, and have that returned Verbatim. The response must be a valid json format.

    Results


    Parameters

    echo
    The exact response this Trigger should give, verbatim. Must be a valid json structure. Note that the echo value is either structured as TQL (statements) or as EVENT(s), and the Type of the Trigger should be configured as such.

    Examples and Usage

    &echo={ "editorarea\/generate_sewer_areas": [ 3, 0.0007, 0.004, 0.0007, "Generated sewers" ] }
    Run the sewer generation event. Note that this will make the generation of sewer areas run each time the Session recalculates.
    &echo={ "UPDATE_GLOBAL_VALUE_WHERE_NAME_IS_LAST_ACTION": 0 }
    Set a global named "LAST_ACTION" to 0. This means every time a calculation takes place, the global is reset to 0.