# Wave Add Info
Grammar — Add count|Number units of type unitType|Units to waveInfo waveInfo
Flags —Native|Action
Add units of the specified type to the specified wave info.
# Arguments
waveinfo— Wave Infostring— Unit Typeint— Count
Returns — void
native void AIWaveInfoAdd(
waveinfo info,
string unitType,
int count,
);
# 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 —