UnitGenerateAlarms
- Parameters
whichUnit unitgenerate boolean- comment
- patch
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
boolean- Source code
function UnitGenerateAlarms takes unit whichUnit, boolean generate returns boolean return UnitIgnoreAlarm(whichUnit, not generate) endfunction