diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs index c34ccd0..6164734 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | |||
@@ -539,7 +539,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
539 | { | 539 | { |
540 | return m_OSSL_Functions.osReplaceString(src,pattern,replace,count,start); | 540 | return m_OSSL_Functions.osReplaceString(src,pattern,replace,count,start); |
541 | } | 541 | } |
542 | 542 | ||
543 | 543 | ||
544 | // Information about data loaded into the region | 544 | // Information about data loaded into the region |
545 | public string osLoadedCreationDate() | 545 | public string osLoadedCreationDate() |
@@ -914,7 +914,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
914 | { | 914 | { |
915 | return m_OSSL_Functions.osGetRegionMapTexture(regionName); | 915 | return m_OSSL_Functions.osGetRegionMapTexture(regionName); |
916 | } | 916 | } |
917 | 917 | ||
918 | public LSL_List osGetRegionStats() | 918 | public LSL_List osGetRegionStats() |
919 | { | 919 | { |
920 | return m_OSSL_Functions.osGetRegionStats(); | 920 | return m_OSSL_Functions.osGetRegionStats(); |
@@ -934,12 +934,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
934 | { | 934 | { |
935 | return m_OSSL_Functions.osGetSimulatorMemory(); | 935 | return m_OSSL_Functions.osGetSimulatorMemory(); |
936 | } | 936 | } |
937 | 937 | ||
938 | public void osKickAvatar(string FirstName,string SurName,string alert) | 938 | public void osKickAvatar(string FirstName,string SurName,string alert) |
939 | { | 939 | { |
940 | m_OSSL_Functions.osKickAvatar(FirstName, SurName, alert); | 940 | m_OSSL_Functions.osKickAvatar(FirstName, SurName, alert); |
941 | } | 941 | } |
942 | 942 | ||
943 | public void osSetSpeed(string UUID, LSL_Float SpeedModifier) | 943 | public void osSetSpeed(string UUID, LSL_Float SpeedModifier) |
944 | { | 944 | { |
945 | m_OSSL_Functions.osSetSpeed(UUID, SpeedModifier); | 945 | m_OSSL_Functions.osSetSpeed(UUID, SpeedModifier); |
@@ -954,7 +954,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
954 | { | 954 | { |
955 | m_OSSL_Functions.osCauseDamage(avatar, damage); | 955 | m_OSSL_Functions.osCauseDamage(avatar, damage); |
956 | } | 956 | } |
957 | 957 | ||
958 | public void osCauseHealing(string avatar, double healing) | 958 | public void osCauseHealing(string avatar, double healing) |
959 | { | 959 | { |
960 | m_OSSL_Functions.osCauseHealing(avatar, healing); | 960 | m_OSSL_Functions.osCauseHealing(avatar, healing); |
@@ -984,12 +984,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
984 | { | 984 | { |
985 | m_OSSL_Functions.osForceOtherSit(avatar, target); | 985 | m_OSSL_Functions.osForceOtherSit(avatar, target); |
986 | } | 986 | } |
987 | 987 | ||
988 | public LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules) | 988 | public LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules) |
989 | { | 989 | { |
990 | return m_OSSL_Functions.osGetPrimitiveParams(prim, rules); | 990 | return m_OSSL_Functions.osGetPrimitiveParams(prim, rules); |
991 | } | 991 | } |
992 | 992 | ||
993 | public void osSetPrimitiveParams(LSL_Key prim, LSL_List rules) | 993 | public void osSetPrimitiveParams(LSL_Key prim, LSL_List rules) |
994 | { | 994 | { |
995 | m_OSSL_Functions.osSetPrimitiveParams(prim, rules); | 995 | m_OSSL_Functions.osSetPrimitiveParams(prim, rules); |