Skip to main content

4 docs tagged with "base-class"

View all tags

Actor

Base class for all Actor entities

Database

The Database module makes it easy to use an SQLite database in your Lua scripts. You can store and load data like player info, settings, or anything else — and you don’t need to worry about opening or closing the database yourself. Just set it up once and run your queries.