Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > getNumberWaitingNetMessages()

 

getNumberWaitingNetMessages()

Syntax

gMultiuserInstance.getNumberWaitingNetMessages()

Description

Multiuser Server Lingo command; returns an integer representing the number of messages that have arrived in the Xtras queue and have not been read yet. This can be useful for determining whether you should call checkNetMessages.

Example

This statement gets the number of messages waiting to be processed:

numMessages = gMultiuserInstance.getNumberWaitingNetMessages()

See also

checkNetMessages