aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine
diff options
context:
space:
mode:
authorUbitUmarov2017-04-04 20:11:11 +0100
committerUbitUmarov2017-04-04 20:11:11 +0100
commitd085c337a9d08788837a2f54a2400e91c807f59f (patch)
tree68f226067cbbad83526c3032c3b804b103e5d252 /OpenSim/Region/ScriptEngine
parent add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin... (diff)
downloadopensim-SC_OLD-d085c337a9d08788837a2f54a2400e91c807f59f.zip
opensim-SC_OLD-d085c337a9d08788837a2f54a2400e91c807f59f.tar.gz
opensim-SC_OLD-d085c337a9d08788837a2f54a2400e91c807f59f.tar.bz2
opensim-SC_OLD-d085c337a9d08788837a2f54a2400e91c807f59f.tar.xz
add a little speedup on repeated requests for same name on osGetLinkNumber.
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index 879fe51..08b144a 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -497,5 +497,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
497 void osSetInertiaAsCylinder(LSL_Float mass, LSL_Float radius, LSL_Float lenght, vector centerOfMass,rotation lslrot); 497 void osSetInertiaAsCylinder(LSL_Float mass, LSL_Float radius, LSL_Float lenght, vector centerOfMass,rotation lslrot);
498 498
499 void osTeleportObject(LSL_Key objectUUID, vector targetPos, rotation targetrotation, LSL_Integer flags); 499 void osTeleportObject(LSL_Key objectUUID, vector targetPos, rotation targetrotation, LSL_Integer flags);
500 LSL_Integer osGetLinkNumber(LSL_String name);
500 } 501 }
501} 502}