DirkScripts
Docs
Modules
dirk_lib modules are lazy-loaded β they're only initialised when you first access them. You can optionally pre-load specific modules in your fxmanifest.lua:
luadirk_libs { 'math', 'objects', 'zones', }
Otherwise, just use them directly (e.g. lib.zones.register(...)) and they'll load automatically on first call.
