OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Loading...
Searching...
No Matches
OpenSpace3D Network API
Functions | |
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. | |
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. | |
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. | |
netFormatMessage (netstr, userstr, message) | |
Format a message and replace itemname% by the user item values. | |
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. | |
Detailed Description
OpenSpace3D Network API
Function Documentation
◆ netUserGetItemValue()
netUserGetItemValue | ( | netstr | , |
userstr | , | ||
item | |||
) |
◆ netUserSetItemValue()
netUserSetItemValue | ( | netstr | , |
userstr | , | ||
item | , | ||
val | |||
) |
◆ netRoomGetItemValue()
netRoomGetItemValue | ( | netstr | , |
item | |||
) |
◆ netRoomSetItemValue()
netRoomSetItemValue | ( | netstr | , |
item | , | ||
val | |||
) |
◆ netUserGetLogin()
netUserGetLogin | ( | userstr | ) |
◆ netUserGetId()
netUserGetId | ( | userstr | ) |
◆ netGetUserByLogin()
netGetUserByLogin | ( | netstr | , |
login | |||
) |
◆ netGetUserById()
netGetUserById | ( | netstr | , |
id | |||
) |
◆ netThisId()
netThisId | ( | netstr | ) |
◆ netThisUser()
netThisUser | ( | netstr | ) |
◆ netThisLogin()
netThisLogin | ( | netstr | ) |
◆ netGetNbUsers()
netGetNbUsers | ( | netstr | ) |
◆ netSendFile()
netSendFile | ( | netstr | , |
userstr | , | ||
flag | , | ||
cmd | , | ||
filename | |||
) |
◆ netGetFile()
netGetFile | ( | netstr | , |
userstr | , | ||
flag | , | ||
cmd | , | ||
filename | |||
) |
◆ netSendMessageExt()
netSendMessageExt | ( | netstr | , |
cmd | , | ||
message | , | ||
arg | |||
) |
◆ netSendMessage()
netSendMessage | ( | netstr | , |
cmd | , | ||
message | |||
) |
◆ netSendBroadMessageSecure()
netSendBroadMessageSecure | ( | netstr | , |
cmd | , | ||
message | , | ||
reply | |||
) |
◆ netSendBroadMessage()
netSendBroadMessage | ( | netstr | , |
cmd | , | ||
message | , | ||
reply | |||
) |
◆ netUpdateUserItem()
netUpdateUserItem | ( | netstr | , |
item | , | ||
val | |||
) |
◆ netUpdateRoomItem()
netUpdateRoomItem | ( | netstr | , |
item | , | ||
val | |||
) |
◆ netSendRsaMessage()
netSendRsaMessage | ( | netstr | , |
cmd | , | ||
message | |||
) |
◆ netSendPrivateMessageSecure()
netSendPrivateMessageSecure | ( | netstr | , |
userstr | , | ||
cmd | , | ||
message | |||
) |
◆ netSendPrivateMessage()
netSendPrivateMessage | ( | netstr | , |
userstr | , | ||
cmd | , | ||
message | |||
) |
◆ netKickUser()
netKickUser | ( | netstr | , |
userstr | |||
) |
◆ netFormatMessage()
netFormatMessage | ( | netstr | , |
userstr | , | ||
message | |||
) |
◆ netIsConnected()
netIsConnected | ( | netstr | ) |
◆ netDisconnect()
netDisconnect | ( | netstr | ) |
◆ netCreateExt()
netCreateExt | ( | server | , |
port | , | ||
script | , | ||
env | |||
) |
◆ netCreate()
netCreate | ( | server | , |
port | |||
) |
◆ netCreateMinimum()
netCreateMinimum | ( | ) |
◆ netConnect()
netConnect | ( | netstr | ) |
◆ netReconnect()
netReconnect | ( | netstr | ) |
◆ netSetServer()
netSetServer | ( | netstr | , |
server | , | ||
port | |||
) |
◆ netChangeLogin()
netChangeLogin | ( | netstr | , |
login | |||
) |
◆ netChangeRoom()
Generated by 1.9.8