Minetest-WorldEditAdditions/worldeditadditions_commands
Starbeamrainbowlabs b816133716
core: implement fetch_command_def
This rovides an abstraction to fetch a worldedit command's definition, 
regardless of where it was registered.

We would normally expect all commands to be registered in 
wea_c.registered_commands, but before we only do a one-off pass to 
import commands from worldedit should a new mod we aren't aware of 
register a command with worldedit and get loaded after us, we won't 
detect it - hencee  the need for this function.
2022-05-19 02:31:01 +01:00
..
commands core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
doc core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
aliases.lua Delete copied code 2022-05-16 21:21:15 +01:00
init.lua Delete copied code 2022-05-16 21:21:15 +01:00
mod.conf core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
player_notify_suppress.lua //subdivide: Tidy up output 2020-06-26 21:15:13 +01:00
safe.lua Bugfix: Use a copy of worldedit's safe system to avoid issues 2019-06-02 13:57:28 +01:00