| 
|   | isIP (s, i) | 
|   | 
|   | getAppId (scenepath) | 
|   | 
|   | netUserGetItemValue (netstr, userstr, item) | 
|   | Get a user item value.  
  | 
|   | 
|   | netUserSetItemValue (netstr, userstr, item, val) | 
|   | Set a user item value.  
  | 
|   | 
|   | netRoomGetItemValue (netstr, item) | 
|   | Get a room item value.  
  | 
|   | 
|   | netRoomSetItemValue (netstr, item, val) | 
|   | Set a room item value.  
  | 
|   | 
|   | netAddUser (netstr, id, login) | 
|   | 
|   | netDelUser (netstr, userstr) | 
|   | 
|   | netDelUserById (netstr, id) | 
|   | 
|   | netUserSetLoginById (netstr, id, login) | 
|   | 
|   | netUserSetLogin (netstr, userstr, login) | 
|   | 
|   | netUserGetLoginById (netstr, id) | 
|   | 
|   | netUserGetLogin (userstr) | 
|   | Get a user login.  
  | 
|   | 
|   | netUserGetId (userstr) | 
|   | Get a user id.  
  | 
|   | 
|   | netGetUserByLogin (netstr, login) | 
|   | Get a user by it's login.  
  | 
|   | 
|   | netGetUserById (netstr, id) | 
|   | Get a user by it's id.  
  | 
|   | 
|   | netThisId (netstr) | 
|   | Get the current client user id.  
  | 
|   | 
|   | netThisUser (netstr) | 
|   | Get the current client user.  
  | 
|   | 
|   | netThisLogin (netstr) | 
|   | Get the current client login.  
  | 
|   | 
|   | netGetNbUsers (netstr) | 
|   | Get the number of actual users.  
  | 
|   | 
|   | netSetCbConnected (netstr, cbfun) | 
|   | 
|   | netSetCbClosed (netstr, cbfun) | 
|   | 
|   | netSetCbSConnected (netstr, cbfun) | 
|   | 
|   | netSetCbSrvMessage (netstr, cbfun) | 
|   | 
|   | netSetCbUserMessage (netstr, cbfun) | 
|   | 
|   | netSetCbUserPrivateMessage (netstr, cbfun) | 
|   | 
|   | netSetCbGetFile (netstr, cbfun) | 
|   | 
|   | netSetCbNewUser (netstr, cbfun) | 
|   | 
|   | netSetCbDelUser (netstr, cbfun) | 
|   | 
|   | netSetCbUserChangeLogin (netstr, cbfun) | 
|   | 
|   | netSetCbUserGetItem (netstr, cbfun) | 
|   | 
|   | netSetCbRoomGetItem (netstr, cbfun) | 
|   | 
|   | netSetCbNbUsers (netstr, cbfun) | 
|   | 
|   | netSetCbRoomChanged (netstr, cbfun) | 
|   | 
|   | netSendMultiPart (netstr, userstr, flag, cmd, message, arg, pos) | 
|   | 
|   | netSendFile (netstr, userstr, flag, cmd, filename) | 
|   | Send a file.  
  | 
|   | 
|   | netGetFile (netstr, userstr, flag, cmd, filename) | 
|   | Request a file.  
  | 
|   | 
|   | netSendMessageExt (netstr, cmd, message, arg) | 
|   | Send a message to the server with arguments.  
  | 
|   | 
|   | netSendMessage (netstr, cmd, message) | 
|   | Send a message to the server.  
  | 
|   | 
|   | netSendBroadMessageSecure (netstr, cmd, message, reply) | 
|   | Broad a secure message to all users connected in the same room.  
  | 
|   | 
|   | netSendBroadMessage (netstr, cmd, message, reply) | 
|   | Broad a message to all users connected in the same room.  
  | 
|   | 
|   | netUpdateUserItem (netstr, item, val) | 
|   | Set a client item value.  
  | 
|   | 
|   | netUpdateRoomItem (netstr, item, val) | 
|   | Set a room item value.  
  | 
|   | 
|   | netSendRsaMessage (netstr, cmd, message) | 
|   | Send a RSA encrypted message to the server.  
  | 
|   | 
|   | netSendPrivateMessageSecure (netstr, userstr, cmd, message) | 
|   | Send a secure private message to another user.  
  | 
|   | 
|   | netSendPrivateMessage (netstr, userstr, cmd, message) | 
|   | Send a private message to another user.  
  | 
|   | 
|   | netKickUser (netstr, userstr) | 
|   | Send a request to kick a user from the server.  
The user will be kicked only if several other users send this request.  
  | 
|   | 
|   | netCryptMessage (netstr, message, mode) | 
|   | 
|   | netUnCryptMessage (netstr, message, mode) | 
|   | 
|   | netFormatMessage (netstr, userstr, message) | 
|   | Format a message and replace itemname% by the user item values.  
  | 
|   | 
|   | netChannel (netstr) | 
|   | 
|   | netIsConnected (netstr) | 
|   | Get the connection state.  
  | 
|   | 
|   | netDisconnect (netstr) | 
|   | Disconnect from the server.  
  | 
|   | 
|   | netCreateExt (server, port, script, env) | 
|   | Create a network structure to prepare the connection to a server with advanced parameters.  
  | 
|   | 
|   | netCreate (server, port) | 
|   | Create a network structure to prepare the connection to a server.  
  | 
|   | 
|   | netCreateMinimum () | 
|   | Create an empty NetComm structure.  
  | 
|   | 
|   | netConnect (netstr) | 
|   | Connect to a server.  
  | 
|   | 
|   | netReconnect (netstr) | 
|   | Force a server re connection.  
  | 
|   | 
|   | netSetServer (netstr, server, port) | 
|   | Set a server url and port.  
  | 
|   | 
|   | netChangeLogin (netstr, login) | 
|   | Change the current user login.  
  | 
|   | 
|   | netChangeRoom (netstr, room) | 
|   | Change the current room.  
  | 
|   | 
|   | __connectedToServer (cid, clogin, srvpubkey) | 
|   | 
|   | __srvMessage (mode, cmd, message, arg) | 
|   | 
|   | __usrMessage (mode, from, cmd, message, arg) | 
|   | 
|   | _connected () | 
|   | 
|   | _closed () | 
|   |