doc update for communcation manager

This commit is contained in:
kremsy
2017-05-25 16:31:24 +02:00
parent a9b01f139f
commit dbad016a4e
2 changed files with 8 additions and 38 deletions

View File

@ -39,7 +39,7 @@ interface CommunicationMethods {
/** Set Server Options
* Required Parameter
* - scriptSettings (array(optionName1 => value1, optionName2 => value2...))
* - serverOptions (array(optionName1 => value1, optionName2 => value2...))
*/
const SET_SERVER_OPTIONS = "ServerOptions.SetServerOptions";
@ -96,15 +96,15 @@ interface CommunicationMethods {
const UPDATE_MAP = "MapManager.UpdateMap";
/** Gets the current Map
* Required Parameters
* - mxId (integer)
* OR
* - mapUid (string)
* no Parameters
*/
const GET_CURRENT_MAP = "MapManager.GetCurrentMap";
/** Gets the specific Map
* no Parameters
* Required Parameters
* - mxId (integer)
* OR
* - mapUid (string)
*/
const GET_MAP = "MapManager.GetMap";