Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > getMovieCount |
![]() ![]() ![]() |
getMovieCount
Syntax
system.server.getMovieCount
Description
Multiuser Server command; gets the number of different applications on the server. This is the number of different movies on the server, such as Checkers and Chess, not different instances of the same movie.
Example
This statement gets the number of different applications on the server:
errCode = gMultiuserInstance.sendNetMessage("system.server.getMovieCount", "anySubject")
The server's response looks like this:
[#errorCode: 0, #recipients: ["userName"], #senderID: "system.server.getMovieCount", #subject: "anySubject", #content: 3, #timeStamp: 30214905]
![]() ![]() ![]() |