# Tactical AI Filter Shields

Grammar — Tactical AI Filter - remove units from filter that have less than min or more than max shields
FlagsNative | Action

Sets the specified AI Filter to only include units whose shields is within the specified range. Use this and the other “Tactical AI Filter” actions to set up an AI Filter, which can then be used in a “Tactical AI Filter - Run” function to filter a unit group.

# Arguments

  • aifilter — Filter
  • fixed — Min
  • fixed — Max

Returns — void

native void AISetFilterShields(
	aifilter filter,
	fixed min,
	fixed max,
);

Category: AI Advanced / Filters / Actions

# Examples

— None found —