Minetest-WorldEditAdditions/worldeditadditions_core/core
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
..
integrations Begin rewriting worldeditadditions_core 2022-05-16 23:32:40 +01:00
lib Implement run_command, but it's not quite finished yet 2022-05-17 01:03:58 +01:00
fetch_command_def.lua core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
register_command.lua core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
run_command.lua core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
safe_region.lua core: fix bugs, enable! 2022-05-19 01:45:36 +01:00