Files
LSL-PyOptimizer/unit_tests/regression.suite/detect-computable.out

66 lines
1.5 KiB
Plaintext
Raw Normal View History

default
{
state_entry()
{
llSetPrimitiveParams(
[ <0., 0., 0.>
, 0
, ((key)"00000000-0000-0000-0000-000000000000")
, 0
, "00000000-0000-0000-0000-000000000000"
, ((key)"00000000-0000-0000-0000-000000000000")
, <0., 0., 0.>
, <0., 0., 0., 1.>
, <0., 0., 0.>
, 0
, <0., 0., 0.>
, <0., 0., 0.>
, <0., 0., 0.>
, <0., 0., 0.>
, 0
, <0., 0., 0.>
]);
}
collision_start(integer n)
{
llSetPrimitiveParams(
[ <0., 0., 0.>
, <0., 0., 0.>
, -1
, <0., 0., 0.>
, <0., 0., 0.>
, <-1., -1., 0.>
, <-1., -1., 0.>
]);
}
touch_start(integer n)
{
llSetPrimitiveParams(
[ <0., 0., 0.>
, <0., 0., 0.>
, 0
, ((key)"00000000-0000-0000-0000-000000000000")
, 0
, "00000000-0000-0000-0000-000000000000"
, ((key)"00000000-0000-0000-0000-000000000000")
, <0., 0., 0.>
, <0., 0., 0., 1.>
, <0., 0., 0.>
, 0
, <0., 0., 0.>
, <0., 0., 0.>
, <0., 0., 0.>
, <0., 0., 0.>
, 0
, <0., 0., 0.>
]);
}
touch(integer n)
{
llSetPrimitiveParams((list)<0., 0., 0.>);
}
}