carb::acquireFrameworkForBindings

Defined in carb/BindingsUtils.h

inline void carb::acquireFrameworkForBindings(const char*)

Undocumented.

Acquires the Carbonite Framework for a script binding.

See

Framework::registerScriptBinding()

Parameters

scriptLanguage – The script language that this binding works with (i.e. “python”). This binding is registered as via carb::getFramework()->registerScriptBinding(BindingType::Binding, g_carbClientName, scriptLanguage).

Returns

A pointer to the Carbonite Framework, or nullptr on error (i.e. version mismatch).