OsMessageObject

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
''('''INCOMPLETE''', Requires Sample Sending.Script & Receiving.Script)''  
+
{| width="100%" style="border: thin solid black"
 +
|-
 +
| colspan="2" align="center" style="background:orange" | '''{{SUBPAGENAME}}'''
 +
|- valign="top"
 +
| '''Threat Level''' | <Threat Level goes here>
 +
|- valign="top"
 +
| '''Function Syntax''' | <source lang="lsl">
 +
osMessageObject(key objectUUID, string message);
 +
</source>
 +
|- valign="top"
 +
| '''Example(s)''' | <Examples go here (sender script, and reciever script)>
 +
|
 +
|}
  
Syntax: <u>osMessageObject(key objectUUID, string message);</u>
+
Where ''objectUUID'' = the UUID of the object you are messaging.
  
<br>
+
Where ''message'' = The String of data you want to send.
  
Where objectUUID = the UUID&nbsp;of teh object you are messaging.  
+
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.  
  
Where message = The String of data you want to send.
+
[[Category:OSSL_Functions]]
 
+
[[Category:OSSL_functions_without_example]]
'''NOTES:'''
+
[[Category:OSSL_functions_without_threat_level]]
 
+
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.
+
 
+
=== Example Scripts ===
+
 
+
Sender Script: (needed)
+
Receiver Script: (needed)
+
 
+
 
+
 
+
=== Related Links ===
+
 
+
 
+
* [[OSSL Implemented]]
+
* [[OSSL Enabling Functions]]
+
 
+
 
+
 
+
[[Category:OSSL]]
+
[[Category:OSSL functions without example]]
+
[[Category:OSSL functions without threat level]]
+

Revision as of 10:51, 11 June 2011

OsMessageObject
<Threat Level goes here>
osMessageObject(key objectUUID, string message);
<Examples go here (sender script, and reciever script)>

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

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

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.

Personal tools
General
About This Wiki