AwardPointsToAll
C# Methods Reference
Signature
public int AwardPointsToAll(Guid pointId, long amount, bool onlyActive, Platform? platform, bool useMultipliers = false)
Parameters
pointId
Guid required
amount
long required
onlyActive
bool required
platform
Platform?
useMultipliers
bool
Return Type
int
Example
CPH.AwardPointsToAll(pointId, amount, onlyActive);
CPH.AwardPointsToAll(pointId, amount, onlyActive, platform, useMultipliers);