OsMessageObject

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: = osMessageObject = ''(INCOMPLETE, Requires Sample Sending.Script & Receiving.Script)'' Syntax: osMessageObject(key objectUUID, string message) Where objectUUID = the UUID&nb...)
 
Line 1: Line 1:
= osMessageObject =
+
= osMessageObject =
  
''(INCOMPLETE, Requires Sample Sending.Script & Receiving.Script)''
+
''(INCOMPLETE, Requires Sample Sending.Script & Receiving.Script)''  
  
Syntax: osMessageObject(key objectUUID, string message)
+
Syntax: osMessageObject(key objectUUID, string message)  
  
 +
<br>
  
 +
Where objectUUID = the UUID&nbsp;of teh object you are messaging.
  
Where objectUUID = the UUID&nbsp;of teh object you are messaging.
+
Where message = The String of data you want to send.  
  
Where message = The String of data you want to send.
+
<br>
  
 +
'''NOTES:'''
  
 +
Sends a message to to object identified by the given UUID, a script in the object must implement the dataserver function the dataserver function is passed the ID of the calling function and a string message<br>
  
'''NOTES:'''
+
== Related Links ==
  
Sends a message to to object identified by the given UUID, a script in the object must implement the dataserver function the dataserver function is passed the ID of the calling function and a string message<br>
+
[[OSSL_Implemented]]
 +
 
 +
[[OSSL_Enabling_Functions]]

Revision as of 09:41, 17 January 2010

osMessageObject

(INCOMPLETE, Requires Sample Sending.Script & Receiving.Script)

Syntax: osMessageObject(key objectUUID, string message)


Where objectUUID = the UUID of teh object you are messaging.

Where message = The String of data you want to send.


NOTES:

Sends a message to to object identified by the given UUID, a script in the object must implement the dataserver function the dataserver function is passed the ID of the calling function and a string message

Related Links

OSSL_Implemented

OSSL_Enabling_Functions

Personal tools
General
About This Wiki