diff options
author | UbitUmarov | 2016-11-25 18:35:23 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-25 18:35:23 +0000 |
commit | 935510d87956f080f1425982b3da918009c32feb (patch) | |
tree | 4298ca103968aafe9e8381eb74c5ac6dd0cc68eb /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |
parent | change llScaleByFactor (sorry Mandarinka). (diff) | |
download | opensim-SC-935510d87956f080f1425982b3da918009c32feb.zip opensim-SC-935510d87956f080f1425982b3da918009c32feb.tar.gz opensim-SC-935510d87956f080f1425982b3da918009c32feb.tar.bz2 opensim-SC-935510d87956f080f1425982b3da918009c32feb.tar.xz |
add llGetMaxScaleFactor and llGetMinScaleFactor
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs index ea0b6f9..cc52403 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -327,6 +327,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
327 | LSL_Integer llSameGroup(string agent); | 327 | LSL_Integer llSameGroup(string agent); |
328 | void llSay(int channelID, string text); | 328 | void llSay(int channelID, string text); |
329 | LSL_Integer llScaleByFactor(double scaling_factor); | 329 | LSL_Integer llScaleByFactor(double scaling_factor); |
330 | LSL_Float llGetMaxScaleFactor(); | ||
331 | LSL_Float llGetMinScaleFactor(); | ||
330 | void llScaleTexture(double u, double v, int face); | 332 | void llScaleTexture(double u, double v, int face); |
331 | LSL_Integer llScriptDanger(LSL_Vector pos); | 333 | LSL_Integer llScriptDanger(LSL_Vector pos); |
332 | void llScriptProfiler(LSL_Integer flag); | 334 | void llScriptProfiler(LSL_Integer flag); |