Added lsl functions from Second Life RC LeTigre 13.12.20.285035

This commit is contained in:
Inusaito Sayori
2014-01-23 21:19:40 -05:00
parent 8ea156d128
commit e3c91a3ba1
3 changed files with 27 additions and 0 deletions

View File

@@ -540,6 +540,11 @@ void LLScriptLibrary::init()
addFunction(0.f, 0.f, dummy_func, "llGetAnimationOverride", "s", "s");
addFunction(0.f, 0.f, dummy_func, "llResetAnimationOverride", NULL, "s");
// Server RC LeTigre 13.12.20.285035 new function
addFunction(10.f, 0.f, dummy_func, "llScaleByFactor" , "i", "f");
addFunction(10.f, 0.f, dummy_func, "llGetMinScaleFactor" , "f", NULL);
addFunction(10.f, 0.f, dummy_func, "llGetMaxScaleFactor" , "f", NULL);
// SL-LSL Functions to be added above this line
// ---------------------------------------------
// NOTE bytecode placement no longer applies, viewers do not compile scripts anymore (confirmed with LL, also noted by Phoenix/Firestorm team.)