OsListenRegex

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added note stating which version of OpenSim introduced this function)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|function_syntax=LSLInteger osListenRegex(Int32 channelID, String name, String ID, String msg, Int32 regexBitfield)
+
|function_syntax=int osListenRegex(int channelID, string name, key ID, string msg, int regexBitfield)
 
|threat_level=Low
 
|threat_level=Low
 
|permissions=true
 
|permissions=true

Revision as of 13:18, 14 November 2018

int osListenRegex(int channelID, string name, key ID, string msg, int regexBitfield)
Allows the server to filter listen events by regular expressions. name or message parameters can be regular expressions, these are behaviours are controlled via the regexBitField parameter using the constants OS_LISTEN_REGEX_NAME and OS_LISTEN_REGEX_MESSAGE.

If the regex strings are invalid, an error will be shouted on the debug channel.

Threat Level Low
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Notes
This function was added in 0.7.5-post-fixes


See Also

Personal tools
General
About This Wiki