Method SetBindValue
SetBindValue<T>(NuiBind<T>, T)
Sets the current value of the specified bind for this window instance.
public void SetBindValue<T>(NuiBind<T> bind, T value)
Parameters
bindNuiBind<T>The bind value to assign.
valueTThe new value.
Type Parameters
TThe value type of the bind.