GetPointsByCutoff

C# Methods Reference

public List<UserPointDto> GetPointsByCutoff(Guid pointId, long cutoffValue, bool greaterThan = true)
pointId
Guid required
cutoffValue
long required
greaterThan
bool
List<Streamer.bot.Plugin.Interface.Model.UserPointDto>
CPH.GetPointsByCutoff(pointId, cutoffValue);
CPH.GetPointsByCutoff(pointId, cutoffValue, greaterThan);