diff options
author | UbitUmarov | 2019-08-28 05:54:18 +0100 |
---|---|---|
committer | UbitUmarov | 2019-08-28 05:54:18 +0100 |
commit | 0e33014572eb8e04700a8f8bed96ee269abee993 (patch) | |
tree | 8e5e69ffb2f00a3d30ceec2fd8d3c41e1ee524ff /OpenSim/Region/ScriptEngine/Shared | |
parent | change appearance data sent to others (diff) | |
download | opensim-SC-0e33014572eb8e04700a8f8bed96ee269abee993.zip opensim-SC-0e33014572eb8e04700a8f8bed96ee269abee993.tar.gz opensim-SC-0e33014572eb8e04700a8f8bed96ee269abee993.tar.bz2 opensim-SC-0e33014572eb8e04700a8f8bed96ee269abee993.tar.xz |
add a few lsl constants
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 1d39e70..3f880e4 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
35 | public partial class ScriptBaseClass | 35 | public partial class ScriptBaseClass |
36 | { | 36 | { |
37 | // SCRIPTS CONSTANTS | 37 | // SCRIPTS CONSTANTS |
38 | public static readonly LSLInteger OS_APIVERSION = 6; | 38 | public static readonly LSLInteger OS_APIVERSION = 7; |
39 | 39 | ||
40 | public static readonly LSLInteger TRUE = 1; | 40 | public static readonly LSLInteger TRUE = 1; |
41 | public static readonly LSLInteger FALSE = 0; | 41 | public static readonly LSLInteger FALSE = 0; |
@@ -952,5 +952,17 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
952 | public const int WL_CLOUD_SCROLL_X_LOCK = 34; | 952 | public const int WL_CLOUD_SCROLL_X_LOCK = 34; |
953 | public const int WL_DRAW_CLASSIC_CLOUDS = 35; | 953 | public const int WL_DRAW_CLASSIC_CLOUDS = 35; |
954 | public const int WL_SUN_MOON_POSITION = 36; | 954 | public const int WL_SUN_MOON_POSITION = 36; |
955 | |||
956 | public const string IMG_USE_BAKED_HEAD = "5a9f4a74-30f2-821c-b88d-70499d3e7183"; | ||
957 | public const string IMG_USE_BAKED_UPPER = "ae2de45c-d252-50b8-5c6e-19f39ce79317"; | ||
958 | public const string IMG_USE_BAKED_LOWER = "24daea5f-0539-cfcf-047f-fbc40b2786ba"; | ||
959 | public const string IMG_USE_BAKED_EYES = "52cc6bb6-2ee5-e632-d3ad-50197b1dcb8a"; | ||
960 | public const string IMG_USE_BAKED_SKIRT = "43529ce8-7faa-ad92-165a-bc4078371687"; | ||
961 | public const string IMG_USE_BAKED_HAIR = "09aac1fb-6bce-0bee-7d44-caac6dbb6c63"; | ||
962 | public const string IMG_USE_BAKED_LEFTARM = "ff62763f-d60a-9855-890b-0c96f8f8cd98"; | ||
963 | public const string IMG_USE_BAKED_LEFTLEG = "8e915e25-31d1-cc95-ae08-d58a47488251"; | ||
964 | public const string IMG_USE_BAKED_AUX1 = "9742065b-19b5-297c-858a-29711d539043"; | ||
965 | public const string IMG_USE_BAKED_AUX2 = "03642e83-2bd1-4eb9-34b4-4c47ed586d2d"; | ||
966 | public const string IMG_USE_BAKED_AUX3 = "edd51b77-fc10-ce7a-4b3d-011dfc349e4f"; | ||
955 | } | 967 | } |
956 | } | 968 | } |