allowExternalFunctionFallbacks property

bool allowExternalFunctionFallbacks
getter/setter pair

An ink file can provide a fallback functions for when when an EXTERNAL has been left unbound by the client, and the fallback function will be called instead. Useful when testing a story in playmode, when it's not possible to write a client-side C# external function, but you don't want it to fail to run.

Implementation

bool allowExternalFunctionFallbacks = true;