# Move Blockers From Unit For Unit Type

Grammar — Move Blockers From source Unit For Unit Type unitType And Player player With Range range
FlagsNative | Action

# Arguments

  • string [ gamelink::Unit ] — Unit Type
  • int — Player
  • unit — Source
  • fixed — Range

Returns — int

native int UnitTypeMoveBlockersFromUnit(
	string inType,
	int inPlayer,
	unit inSource,
	fixed inRange,
);

Category: Unit / Placement

# Examples

— None found —