aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-11-14 03:49:32 +0000
committerUbitUmarov2017-11-14 03:49:32 +0000
commit873d42005fed47ba6e7c9bc2184e33f496ff9ce7 (patch)
tree371fd9125ac885adae4231a7f081101ffafcf267 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
parentChanging map tile colors This change also allows setting the water color, as ... (diff)
downloadopensim-SC_OLD-873d42005fed47ba6e7c9bc2184e33f496ff9ce7.zip
opensim-SC_OLD-873d42005fed47ba6e7c9bc2184e33f496ff9ce7.tar.gz
opensim-SC_OLD-873d42005fed47ba6e7c9bc2184e33f496ff9ce7.tar.bz2
opensim-SC_OLD-873d42005fed47ba6e7c9bc2184e33f496ff9ce7.tar.xz
add AGENT_LIST_EXCLUDENPC bit mask option to llGetAgentList scope to exclude NPCs
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index e4c1ca0..2f249a7 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -660,6 +660,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
660 public const int AGENT_LIST_PARCEL = 1; 660 public const int AGENT_LIST_PARCEL = 1;
661 public const int AGENT_LIST_PARCEL_OWNER = 2; 661 public const int AGENT_LIST_PARCEL_OWNER = 2;
662 public const int AGENT_LIST_REGION = 4; 662 public const int AGENT_LIST_REGION = 4;
663 public const int AGENT_LIST_EXCLUDENPC = 0x4000000; // our flag, not SL and it is a bit mask
663 664
664 // Can not be public const? 665 // Can not be public const?
665 public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0); 666 public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0);