# AIIsFollowingUnit

FlagsNative

# Arguments

  • unit — aiUnit
  • string — unitType

Returns — bool

native bool AIIsFollowingUnit(
	unit aiUnit,
	string unitType,
);

Category: Unclassified

# Examples

# mods/core.sc2mod

TactZergAI.galaxy

// L1223
AIIsFollowingUnit(aiUnit, followUnit)
// L1418
AIIsFollowingUnit(aiUnit, followUnit)