GetPointsByCutoff
C# Methods Reference
Signature
public List<UserPointDto> GetPointsByCutoff(Guid pointId, long cutoffValue, bool greaterThan = true)
Parameters
pointId
Guid required
cutoffValue
long required
greaterThan
bool
Return Type
List<Streamer.bot.Plugin.Interface.Model.UserPointDto>
Example
CPH.GetPointsByCutoff(pointId, cutoffValue);
CPH.GetPointsByCutoff(pointId, cutoffValue, greaterThan);