Adds "not implemented" stubs for llSetVehicleFloatParam() and llSetLinkTexture()
Some cleanup of LSO script enums
This commit is contained in:
Justin Clarke Casey
2008-05-02 15:29:09 +00:00
parent 4a8f432441
commit 8cf2630dc9
4 changed files with 34 additions and 3 deletions

View File

@@ -554,7 +554,10 @@ namespace OpenSim.Region.ScriptEngine.LSOEngine.LSO
llGetParcelPrimOwners = 324,
llGetObjectPrimCount = 325,
llGetParcelMaxPrims = 326,
llGetParcelDetails = 327
llGetParcelDetails = 327,
llSetLinkTexture = 328,
llStringTrim = 329,
llGetObjectDetails = 330
}
}
}