Talk:OSSL Proposals
From OpenSimulator
(Difference between revisions)
Nitrus Nori (Talk | contribs) |
Nitrus Nori (Talk | contribs) |
||
Line 8: | Line 8: | ||
| Comment | | Comment | ||
| Commenter | | Commenter | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- style="font-size:8pt;border-bottom:1px solid;" valign="top" | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" |
Revision as of 09:05, 12 February 2008
OSSL Proposal Table
osFunction | Description | Example Usage | Signed | Comment | Commenter |
int osShutdownRegion() | Shuts down the region the script is currently in. The script this is run in has to be owned by the master avatar for that region. Returns 1 if the region is going down, 0 on failure. | osShutdownRegion(); | gryc | OK, say this worked, how would one restart their region with out asking a grid admin? Not all master avatars will be running the region on their computer, say if the region was hosted by a service similar to opengrid. | Nitrus Nori |
void osAttachmentSay(integer channel, string msg) | Provide a secure, low lag method of communicating between attachments over the chat channels by only sending messages to objects attached to the same avatar. Would fail (or not be heard) if in a non-attached object. | osAttachmentSay(-20, "detatch"); | Del M | This would be neat, though to make this truly low lag, one should have the script on the receiving end have predetermined messages or events and this function could send a call ID to call that event. | Nitrus Nori |