FUNCTIONS
Extension: io.warp10.script.ext.inventory.InventoryWarpScriptExtension
platform extensionsConfiguration parameters
-
warpscript.extensions
FUNCTIONS returns a list of every functions available in your Warp 10 environnment, including native and extension functions.
It could be useful when coding your own extension to check your new functions are correctly registered.
FUNCTIONS allow anyone to discover new extensions you created on the platform, so it is deactivated by default.
You must add warpscript.extension.inventory=io.warp10.script.ext.inventory.InventoryWarpScriptExtension
in your configuration file for this function to be available.