Method GetBindValues
GetBindValues<T>(NuiBind<T>)
Gets the current values of the specified bind for this window instance.
public List<T>? GetBindValues<T>(NuiBind<T> bind)
Parameters
bindNuiBind<T>The bind value to query.
Returns
- List<T>
The current assigned value of the bind, otherwise the default value of T.
Type Parameters
TThe value type of the bind.