This test suite has been in use for a long time now, in place of the obsolete and unmanageable testparser.py and testfuncs.py. It verifies the complete optimizer output to stdout and stderr, to ensure that the output matches the expectations. See unit_tests/README.txt for more info.
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
default
|
|
{
|
|
touch(integer llList2Float)
|
|
{
|
|
integer llList2String = llGetNumberOfPrims();
|
|
rotation q = <llList2Float, llList2String, llList2Float, llList2String>;
|
|
list L = llGetPhysicsMaterial();
|
|
llParticleSystem((list)llList2Float(L, 0) + llList2String(L, 1) + q);
|
|
}
|
|
}
|