Method AuraEffect:ChangeAmount [-] [+]
Changes the amount of the AuraEffect.
Synopsis
AuraEffect:ChangeAmount( newAmount )
AuraEffect:ChangeAmount( newAmount, mark )
AuraEffect:ChangeAmount( newAmount, mark, onStackOrReapply )
Arguments
number newAmountThe new amount to set.
Valid numbers: integers from -2,147,483,647 to 2,147,483,647.
boolean mark (true)Whether to mark the effect as changed.
boolean onStackOrReapply (false)Whether this change is due to a stack or reapply.
Returns
Nothing.