UnitGenerateAlarms

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