# Create Wave Info

Grammar — Create a new wave info
FlagsNative | Function

Returns a newly initialized Wave Info object.

Returns — waveinfo

native waveinfo AIWaveInfoCreate();

Category: AI Advanced / Waves / Functions

# Examples

# mods/core.sc2mod

BaseAI.galaxy

// L171
AIWaveInfoCreate()
// L172
AIWaveInfoCreate()
// L173
AIWaveInfoCreate()
// L174
AIWaveInfoCreate()
// L175
AIWaveInfoCreate()
// L176
AIWaveInfoCreate()
// L177
AIWaveInfoCreate()

# mods/core.sc2mod

MeleeAI.galaxy

// L256
AIWaveInfoCreate()

# mods/liberty.sc2mod

Zerg.galaxy

// L118
AIWaveInfoCreate()

# mods/starcoop/starcoop.sc2mod

BaseAI.galaxy

// L206
AIWaveInfoCreate()
// L207
AIWaveInfoCreate()
// L208
AIWaveInfoCreate()
// L209
AIWaveInfoCreate()
// L210
AIWaveInfoCreate()
// L211
AIWaveInfoCreate()
// L212
AIWaveInfoCreate()

# mods/starcoop/starcoop.sc2mod

MeleeAI.galaxy

// L256
AIWaveInfoCreate()

# mods/swarm.sc2mod

Zerg.galaxy

// L124
AIWaveInfoCreate()
// L130
AIWaveInfoCreate()

# mods/warcoop/warcoopdata.sc2mod

WarCoopData.galaxy

// L2887
AIWaveInfoCreate()