TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

delegate ConfigFunctionDelegate in Tinman.Core.Config

Provides an external implementation for a config script function.

delegate ConfigFunctionDelegate
  (ConfigMember function, IVectorConst<ConfigValue> arguments)
type ConfigValue
params function The ConfigMember that represents the function that has been called.
  arguments The argument values.
returns The return value.