A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getApplications(application, language, includeEmptyRooms) — Method in interface com.multiuserserver.server.IApplication
Get an Array of all of the server-side application objects for a specified application and language, giving you access to all of their methods and properties, including their clients Array; ideal for creating lobby applications.
getClient(clientIndex) — Method in interface com.multiuserserver.server.IApplication
Get a Client reference from the clients Array which conforms to the IClient interface.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z