# Wave Add Info

Grammar — Add count|Number units of type unitType|Units to waveInfo waveInfo
FlagsNative | Action

Add units of the specified type to the specified wave info.

# Arguments

  • waveinfo — Wave Info
  • string — Unit Type
  • int — Count

Returns — void

native void AIWaveInfoAdd(
	waveinfo info,
	string unitType,
	int count,
);

Category: AI Advanced / Waves / Actions

# Examples

— None found —