minetest/clientmods/preview
Elijah Duffy 7d3641021b
Lua API: Add register_on_chatcommand to SSM and CSM (#7862)
Allows catching a chatcommand call just after the command and the
parameters are parsed but before its existence is checked and before the
corresponding function is run. Returning `true` from a callback function
will prevent default handling of the command leaving mods to handle the
command manually.
2020-10-03 17:38:08 +01:00
..
examples Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965) 2017-06-30 20:14:39 +02:00
example.lua Be lenient with extra slashes for CSM paths 2019-11-09 16:08:38 +01:00
init.lua Lua API: Add register_on_chatcommand to SSM and CSM (#7862) 2020-10-03 17:38:08 +01:00