Skip to main content

External functions

If you add any external functions to your Ink file, the JS function code should be added as a separate *.js file to the resources/externals folder. See example file example.js.txt for details.

TagDescription
# allow_external_function_fallbacksIf the function defined with EXTERNAL is not found, run Ink function with the same name instead.