Skip to content
CJ Bell edited this page Oct 8, 2016 · 2 revisions

Query(query: string, stateId: integer)

In practice, stateId is 0, but the effect is to perform the query on the currently-focused state.

<call val="Query">
  <pair>
    <string>${query}</string>
    <state_id val="${stateId}"/>
  </pair>
</call>

Returns

<value val="good">
  <string>${message}</string>
</value>