# Wave Info Attack

Grammar — Gather a wave at point from|Point for player player comprised of the units in waveInfo waveInfo to attack target target in time seconds
FlagsNative | Action

Instructs a wave to attack with the specified parameters.

# Arguments

  • waveinfo — Wave Info
  • int — Player
  • point — From
  • wavetarget — Target
  • int — Time

Returns — int

native int AIWaveInfoAttack(
	waveinfo info,
	int player,
	point from,
	wavetarget target,
	int time,
);

Category: AI Advanced / Waves / Actions

# Examples

— None found —