Function

Masters.NudgeDown

Void Masters.NudgeDown(Handle handle)
API http://api.avolites.com/11.0/Masters.NudgeDown.html
description Takes 5% from the current master level.
namespace Masters
parameter handle ( Handle ) : The handle containing the master to decrement.
return value Void
Example in

Masters - Nudge Master Up/Down:

  <macro id="Avolites.Macros.RateMasterNudgeDown" name="RATE MASTER DOWN">
    <sequence>
     <step>Masters.NudgeDown(1604)</step>
   </sequence>
 </macro>

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

Also used in
Remarks