UnitGenerateAlarms

Parameters
whichUnit unit
generate boolean
comment
patch

1.07

Source
Blizzard.j
return type
boolean
Source code
function UnitGenerateAlarms takes unit whichUnit, boolean generate returns boolean
    return UnitIgnoreAlarm(whichUnit, not generate)
endfunction