Method CreateBind
CreateBind(string)
Creates a Nui variable binding that can be changed at runtime.
public static NuiBind<T> CreateBind(string key)
Parameters
keystringThe key to use for the binding.
Returns
- NuiBind<T>
A NuiBind object.
Creates a Nui variable binding that can be changed at runtime.
public static NuiBind<T> CreateBind(string key)
key stringThe key to use for the binding.
A NuiBind object.