aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add interface/method documentatio nto IScriptModuleCommsJustin Clark-Casey (justincc)2010-01-111-2/+18
|
* Add IScriptModuleComms interface and region module to handle dispatch ofMelanie2009-11-101-0/+44
script messages to region modules and sending back replies. Hook IScriptModuleComms.OnScriptCommand to see commands and use DispatchReply to reply to the script. It is recommended to pass the "id" parameter from the event as the "k" parameter of the reply. The script will receive the reply as a link message from link -1.