Set Cost
Change the cost of a channel point reward.
Preview
Parameters
Reward
Select the reward.
- Type:
Selection
Cost
Enter the amount you would like to set or modify
- Type:
Integer
Operator
Select an operator for the cost.
The operator works like this: {OLD VALUE} {OPERATOR} {VALUE OF THE COST INPUT}
.
None
Add
Subtract
Multiply
Divide
Variables
This sub-action does not populate any variables.
C# Usage
public void UpdateRewardCost(string rewardId, int cost, bool additive = false)