aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/ScriptModuleComms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-1/+0
| | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* Updates all IRegionModules to the new style region modules.Revolution2010-01-231-0/+1
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Add IScriptModuleComms interface and region module to handle dispatch ofMelanie2009-11-101-0/+105
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.