I'm using runtime.callFunction to call C3 functions by name. Because there are hundreds of functions in the projects which can be called from dialogues, menus etc., it's much easier this way than creating function maps.
Is there a way to check if the function with this name exists before attempting to call it?