Function

Masters.NudgeUp

Void Masters.NudgeUp(Handle handle)
API http://api.avolites.com/11.0/Masters.NudgeUp.html
description Adds 5% to the current master value.
namespace Masters
parameter handle ( Handle ) : The handle containing the master to increment.
return value Void
Example in

Masters - Nudge Master Up/Down:

  <macro id="Avolites.Macros.RateMasterNudgeUp" name="RATE MASTER UP">
    <sequence>
     <step>Masters.NudgeUp(1604)</step>
   </sequence>
 </macro>

1604 refers to the Rate Grand Master's titanId, see titanId.

Also used in
Remarks