Check Points
Check the points of a specific user
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to check points for
User
Select required
Default:
NoneThe username of the user you want to check points for (supports variables)
platform
String required
Default:
%userType%The platform of the user you want to check points for (supports variables)
Required Amount
number required
Default:
0The minimum amount of points to check for (supports variables)
Break Action of Failure
checkbox
Default:
trueIf checked, it will break the action chain if the point check fails
Destination Variable
String
Default:
userPointsThe argument variable name to store the users points after awarding (supports variables)
C# Usage
public long GetPoints(string userName, Platform platform, Guid pointId)