mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
As of Second Life Server 2022-09-09.574921, STATUS_DIE_AT_EDGE and STATUS_DIE_AT_NO_ENTRY return their corresponding settings rather than always FALSE. Regression/coverage tests are clearly lacking in this area, as the change didn't trigger any test breakage, therefore add some unit tests.
33 lines
596 B
Text
33 lines
596 B
Text
default
|
|
{
|
|
timer()
|
|
{
|
|
llSetPrimitiveParams(
|
|
[ 0.
|
|
, 0.
|
|
, 0.
|
|
, -0.
|
|
, 0.
|
|
, 0.
|
|
, 0.
|
|
, (1e40*0)
|
|
, (-1e40*0)
|
|
, 0.
|
|
, ((key)"00000000-0000-0000-0000-000000000000")
|
|
, 1
|
|
, 0
|
|
, ""
|
|
, ["INVALID_SCOPE"]
|
|
, <0., 0., 0.>
|
|
, 1.
|
|
, ""
|
|
, []
|
|
, []
|
|
, <1., 1., 1.>
|
|
, ""
|
|
, ""
|
|
, ""
|
|
, 0
|
|
]);
|
|
}
|
|
}
|