# Set Ignored By Wave
Grammar — Set the specified unit unit to be ignored/unignored by its wave, enable|Enable/Disable
Flags —Native
|Action
Sets the specified unit to be ignored or unignored by its wave. An ignored unit does not receive any of the orders issued to a wave it belongs to.
# Arguments
unit
— Unitbool
<preset::Enable_Disable_Option> — Enable
Returns — void
native void AISetIgnoredByWave(unit u, bool enable);
# Related
Category: AI Advanced / Tactical / Actions
- Set Ignored By Wave —
void
— AISetIgnoredByWave - Clear Cloaked Attacker —
void
— AIClearCloakedAttacker - Tactical AI - Cast —
int
— AICast - Tactical AI - Flee —
int
— AICastFlee - Call Original Tactical AI Think —
void
— AIBaseThink - Call Unit Ability Tactical Script —
void
— AIExecuteAbilTactical - Set Tactical AI Range —
void
— libNtve_gf_SetTacticalAIRange - Set Tactical AI Think —
void
— libNtve_gf_SetTacticalAIThink - Enable/Disable Tactical For Unit —
void
— AISetUnitTacticalDisabled - Enable/Disable Tactical For Unit Group —
void
— AISetGroupTacticalDisabled
# Examples
— None found —