AwardPointsToAll

C# Methods Reference

public int AwardPointsToAll(Guid pointId, long amount, bool onlyActive, Platform? platform, bool useMultipliers = false)
pointId
Guid required
amount
long required
onlyActive
bool required
platform
Platform?
useMultipliers
bool
int
CPH.AwardPointsToAll(pointId, amount, onlyActive);
CPH.AwardPointsToAll(pointId, amount, onlyActive, platform, useMultipliers);