aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IMOD_Api.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2012-03-151-0/+9
| | | | | | | | | from region modules. The LSL translator is extended to generate the modInvoke format of commands for directly inlined function calls. A region module can register a function Test() with the name "Test". LSL code can call that function as "Test()". The compiler will translate that invocation into modInvoke("Test", ...)
* Add modSendCommand function (note, this is a new API module, using the APIMelanie2009-11-101-0/+46
extension mechanism, it's not a osFunction!