# AINewTechStock

FlagsNative

# Arguments

  • int — player

Returns — void

native void AINewTechStock(int player);

Category: Unclassified

# Examples

# mods/liberty.sc2mod

ProtossHigh.galaxy

// L876
AINewTechStock(player)
// L903
AINewTechStock(player)

# mods/liberty.sc2mod

TerranHigh.galaxy

// L937
AINewTechStock(player)
// L956
AINewTechStock(player)
// L976
AINewTechStock(player)

# mods/liberty.sc2mod

ZergHigh.galaxy

// L883
AINewTechStock(player)
// L895
AINewTechStock(player)
// L904
AINewTechStock(player)
// L940
AINewTechStock(player)

# mods/swarm.sc2mod

ProtossHigh.galaxy

// L876
AINewTechStock(player)
// L903
AINewTechStock(player)

# mods/swarm.sc2mod

TerranHigh.galaxy

// L932
AINewTechStock(player)
// L951
AINewTechStock(player)
// L971
AINewTechStock(player)

# mods/swarm.sc2mod

ZergHigh.galaxy

// L897
AINewTechStock(player)
// L909
AINewTechStock(player)
// L918
AINewTechStock(player)
// L958
AINewTechStock(player)

# mods/void.sc2mod

ProtossHigh.galaxy

// L909
AINewTechStock(player)
// L936
AINewTechStock(player)

# mods/void.sc2mod

TerranHigh.galaxy

// L935
AINewTechStock(player)
// L957
AINewTechStock(player)
// L977
AINewTechStock(player)

# mods/void.sc2mod

ZergHigh.galaxy

// L915
AINewTechStock(player)
// L927
AINewTechStock(player)
// L936
AINewTechStock(player)
// L968
AINewTechStock(player)