mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
mantis 8427: add new reject flags, change default, see mantis
This commit is contained in:
@@ -842,6 +842,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public static readonly LSLInteger RC_REJECT_PHYSICAL = 2;
|
||||
public static readonly LSLInteger RC_REJECT_NONPHYSICAL = 4;
|
||||
public static readonly LSLInteger RC_REJECT_LAND = 8;
|
||||
public static readonly LSLInteger RC_REJECT_HOST = 0x20000000;
|
||||
public static readonly LSLInteger RC_REJECT_HOSTGROUP = 0x40000000;
|
||||
|
||||
public static readonly LSLInteger RC_GET_NORMAL = 1;
|
||||
public static readonly LSLInteger RC_GET_ROOT_KEY = 2;
|
||||
|
||||
Reference in New Issue
Block a user