Method SetBindValues
SetBindValues(NwPlayer, int, IEnumerable<StrRef?>)
Assigns an array of values to the binding for the specified player.
public void SetBindValues(NwPlayer player, int uiToken, IEnumerable<StrRef?> values)
Parameters
playerNwPlayerThe player whose binding will be updated.
uiTokenintThe unique UI token to be updated.
valuesIEnumerable<StrRef?>The new value to assign.