Minetest-WorldEditAdditions/worldeditadditions_commands/commands/meta
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
..
airapply.lua core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
ellipsoidapply.lua core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
for.lua Update for.lua 2021-07-28 18:06:26 -07:00
init.lua Update init.lua 2021-09-05 09:35:07 -07:00
macro.lua dissabled macros -- too buggy 2021-07-29 15:49:37 -07:00
many.lua //many, //multi, parse_reference: various luacheck fixes 2021-07-30 20:07:08 +01:00
multi.lua //many, //multi, parse_reference: various luacheck fixes 2021-07-30 20:07:08 +01:00
noiseapply2d.lua core: implement fetch_command_def 2022-05-19 02:31:01 +01:00
subdivide.lua core: implement fetch_command_def 2022-05-19 02:31:01 +01:00