mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 08:08:20 +00:00
No description
The previous version only optimized away the condition if it was side-effect-free, which borders on inadmissible. Fixed. This new version also accepts any valid condition in LSL, not just an integer one but also float, key, list, string... so for example these are valid now: assert(my_key_var); assert([1, 2, 3]); assert(PI); assert(llSetPos(pos)); |
||
---|---|---|
index.html |