OsMessageObject

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = Low
|- valign="top"
+
|
|'''Threat Level''' || Low
+
function_syntax = <source lang="lsl">
 
+
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
osMessageObject(key objectUUID, string message);
 
osMessageObject(key objectUUID, string message);
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)''' || <Examples go here (sender script, and reciever script)>
+
ossl_example =  
 
+
|  
|}
+
additional_info = EXAMPLES FOR SENDER SCRIPT AND RECEIVER SCRIPT NEEDED
 
+
 
Where ''objectUUID'' = the UUID of the object you are messaging.  
 
Where ''objectUUID'' = the UUID of the object you are messaging.  
  
Line 18: Line 15:
  
 
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.  
 
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.  
 
+
|
[[Category:OSSL_Functions]]
+
}}
[[Category:OSSL_functions_without_example]]
+

Revision as of 17:01, 12 June 2011

osMessageObject(key objectUUID, string message);
No descriptions provided
Threat Level Low
Permissions No permissions specified
Extra Delay No function delay specified
Notes
EXAMPLES FOR SENDER SCRIPT AND RECEIVER SCRIPT NEEDED

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