Initial work to add user script templates

This commit is contained in:
Simone Mainardi 2021-02-19 12:54:42 +01:00
parent 7493b02a07
commit 1dd93e7845
8 changed files with 36 additions and 18 deletions

View file

@ -26,9 +26,9 @@ multi_select.meta = {
-- @brief Prepare an instance of the template
-- @return A table with the template built
function multi_select:init()
function multi_select:init(user_script)
-- Call the parent constructor
self.super:init()
self.super:init(user_script)
end
-- #######################################################