TYBA






protocol.RepeatRequest

RepeatRequest

This request allows you set the repeat state of specified players.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerlist of player id's
repno1enumerationrepeat state: off/item/all

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <repeat>
              <id>45435434354343</id>
              <rep>ITEM</rep>
          </repeat>
      </fn>
  </sireq>

 

back to index