TYBA






protocol.GetPlayerTimeResponse

GetPlayerTimeResponse

This response acts as an acknowledgment to its corresponding request as well as containing the current time matching your request parameter.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1integerplayer id
ctmno1integertime in seconds

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getPlayerTime>
              <id>45435434354343</id>
              <ctm>37</ctm>
          </getPlayerTime>
      </fn>
  </siresp>

 

back to index