Skip to content
VTrider edited this page Mar 4, 2025 · 10 revisions

Welcome to the Extra Utilities wiki!

Index

How to use

The .dll file is used as a standard lua module, simply call require() in your script after setting your package.cpath and assign the library to a local variable to access the provided functions. All that's required is some familiarity with lua and the bz standard library. Check out some examples for inspiration!

Performance

Fast as fk! Most functions have been profiled and have less than 0.5μs of runtime. You should have enough headroom for 500-1000 calls per frame with the most intensive functions (returning vectors/tables/matrices).

Clone this wiki locally