OsMessageObject
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
|||
| Line 1: | Line 1: | ||
| − | {{osslfunc | + | {{osslfunc |
| − | threat_level = Low | + | |threat_level=Low |
| − | | | + | |function_syntax=osMessageObject(key objectUUID, string message); |
| − | function_syntax = | + | |ossl_example= |
| − | osMessageObject(key objectUUID, string message); | + | |description=EXAMPLES FOR SENDER SCRIPT AND RECEIVER SCRIPT NEEDED |
| − | + | ||
| − | | | + | |
| − | ossl_example = | + | |
| − | | | + | |
| − | + | ||
Where ''objectUUID'' = the UUID of the object you are messaging. | Where ''objectUUID'' = the UUID of the object you are messaging. | ||
Revision as of 20:36, 1 July 2011
osMessageObject(key objectUUID, string message);
| |
| 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. | |
| Threat Level | Low |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |