mt-mods / beerchat

beerchat mod for minetest
GNU Lesser General Public License v3.0
9 stars 7 forks source link

Add priority for event handlers #95

Closed S-S-X closed 1 year ago

S-S-X commented 1 year ago

Closes #93

Adds optional priority option for beerchat.register_callback. Priority can be either nil (for default), number (anything goes, kind of) or string (from highest to lowest):

"Heavy" lifting happens during registration and wont affect run time performance at all.