mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
From: Kurt Taylor <krtaylor@us.ibm.com>
Adds "not implemented" stubs for llSetVehicleFloatParam() and llSetLinkTexture() Some cleanup of LSO script enums
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user