Developer postOriginal post (opens in a new tab)

ServerComposer Update! Version 0.16 Released!

ServerComposer Version 0.16 - 2018.10.30
Today we have released a new version of ServerComposer with some new commands. Full details of what's new in this release are listed here:

  • Socket

New commands :

  • int AddGlobalList(int ListType, string ListName, any ListValue)
  • nil ClearList(int ListType, string ListName)
  • int DeleteListElement(int ListType, string ListName)
  • int GetListSize(int ListType, string ListName)
  • string GetListString(string ListName)
  • int GetListInt(string ListName)
  • number GetListFloat(string ListName)
  • nil ResetListIndex(int ListType, string ListName)
  • int NextListElement(int ListType, string ListName)
  • Websocket

New commands :

  • int AddGlobalList(int ListType, string ListName, any ListValue)
  • nil ClearList(int ListType, string ListName)
  • int DeleteListElement(int ListType, string ListName)
  • int GetListSize(int ListType, string ListName)
  • string GetListString(string ListName)
  • int GetListInt(string ListName)
  • number GetListFloat(string ListName)
  • nil ResetListIndex(int ListType, string ListName)
  • int NextListElement(int ListType, string ListName)

*All of these commands are related to Global Chained Lists , now you can create lists of information [String, Integer & Float] in a simple way.

Enjoy :)

For any eventualities, sign up for the forum : https://mysocket.space/forums/sc/