carb::BindingType
Defined in carb/Types.h
-
enum class carb::BindingType : uint32_t
An enum that describes a binding registration for carb::Framework::registerScriptBinding().
Values:
-
enumerator Owner
The given client owns a script language; any interfaces acquired within the script language will be considered as dependencies of the script language.
-
enumerator Binding
The given client is a binding for the given script language. Any interfaces acquired by the binding will be considered as dependencies of all owners of the script language.
-
enumerator Owner