# 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
Flags —Native
|Action
Instructs a wave to attack with the specified parameters.
# Arguments
waveinfo
— Wave Infoint
— Playerpoint
— Fromwavetarget
— Targetint
— Time
Returns — int
native int AIWaveInfoAttack(
waveinfo info,
int player,
point from,
wavetarget target,
int time,
);
# Related
Category: AI Advanced / Waves / Actions
- Wave Add Info —
void
— AIWaveInfoAdd - Wave Info Attack —
int
— AIWaveInfoAttack - Wave Info Suicide —
int
— AIWaveInfoSuicide - Wave Add Unit —
void
— AIWaveAddUnit - Wave Add Unit Priority —
void
— AIWaveAddUnitPriority - Wave Remove Unit —
void
— AIWaveRemoveUnit - Wave Set Type —
void
— AIWaveSetType - Wave Delete —
void
— AIWaveDelete - Wave Target Add Waypoint —
void
— AIWaveTargetAddWaypoint - Wave Target Clear Waypoints —
void
— AIWaveTargetClearWaypoints - Wave Set —
void
— AIWaveSet - Wave Merge —
void
— AIWaveMerge
# Examples
— None found —