ConfigFunctionDelegate

Description

[ThrowAny]
delegate Tinman.Core.Config.ConfigFunctionDelegate

function : ConfigMember

The ConfigMember that represents the function that has been called.

arguments : IVectorConst<ConfigValue>

The argument values.

returns → ConfigValue

The return value.

Provides an external implementation for a config script function.

If an exception is thrown, it will be wrapped in a ConfigException.ExternalFunctionError error.