This commit is contained in:
Chris Beck 2014-12-26 14:39:48 -05:00
commit 4613275ec6

View file

@ -1401,6 +1401,12 @@ function wml_actions.event(cfg)
end
end
function wml_actions.remove_event(cfg)
local id = cfg.id or helper.wml_error("[remove_event] missing required id= key")
wesnoth.remove_event_handler(id)
end
function wml_actions.inspect(cfg)
wesnoth.gamestate_inspector(cfg)
end