Skip to content

Command: GetOptions

CJ Bell edited this page Oct 8, 2016 · 1 revision

GetOptions()

<call val="GetOptions"><unit/></call>

Returns

<value val="good">
  <list>
    <pair>
      <list><string>${string1}</string>...</list>
      <option_state>
        <bool>${sync}</bool>
        <bool>${deprecated}</bool>
        <string>${name}</string>
        ${option_value}
      </option_state>
    </pair>
    ...
  </list>
</value>
Clone this wiki locally