Add explanation about AllowModFunctions to OpenSim.ini.example

This switch allows scripts to pass messages to modules via the modSendCommand() function
Modules can then send messages back to scripts via the link_message LSL event through
invoking DispatchReply() on OpenSim.Region.Framework.Interfaces.IScriptModuleComms
mysql-performance
Justin Clark-Casey (justincc) 2010-01-11 17:13:03 +00:00
parent b776e06f0d
commit fcaef85029
1 changed files with 5 additions and 0 deletions

View File

@ -987,6 +987,11 @@
; Compile debug info (line numbers) into the script assemblies
CompileWithDebugInformation = true
; Allow the user of mod* functions. This allows a script to pass messages
; to a region module via the modSendCommand() function
; Default is false
AllowMODFunctions = false
; Allow the use of os* functions (some are dangerous)
AllowOSFunctions = false