CARB_BINDINGS_EX

Defined in carb/BindingsUtils.h

CARB_BINDINGS_EX(clientName_, desc_, ...)

Declare a compilation unit as script language bindings.

Parameters
  • clientName_ – The string to pass to CARB_GLOBALS_EX which will be used as g_carbClientName for the module.

  • desc_ – The description passed to omni::LogChannel for the default log channel.

  • ... – Arguments passed to carb::FrameworkInitializerForBindings::FrameworkInitializerForBindings(), typically the script language.