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