This PR adds a special GDD Type called "invoke-cction".
The intention is to allow the user to click on buttons in the GUI to INVOKE custom functions in the template (this is a fairly common use case for CasparCG templates).
Following the dicussion in #11, this suggestion instead defines the name-of-the-function and the arguments, thus avoiding blindly parsing and eval of potentially unknown scripts.
This PR adds a special GDD Type called "invoke-cction".
The intention is to allow the user to click on buttons in the GUI to INVOKE custom functions in the template (this is a fairly common use case for CasparCG templates).
Following the dicussion in #11, this suggestion instead defines the
name-of-the-function
and thearguments
, thus avoiding blindly parsing andeval
of potentially unknown scripts.