Get User Multiplier
Retrieve the multiplier for a specific user
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to retrieve the multiplier for
User
Select required
Default:
NoneThe username of the user you want to retrieve the multiplier for (supports variables)
platform
String required
Default:
%userType%The platform of the user you want to retrieve the multiplier for (supports variables)
Destination Variable
String
Default:
userMultiplierThe argument variable name to store the effective multiplier value (supports variables)
C# Usage
public double GetUserMultiplier(string userName, Platform platform, Guid pointId)