# Clear Build Queue
Grammar — Clear all build requests currently planned (but not yet started) for AI player player
Flags —Native|Action
Clears all build requests currently planned (but not yet started) for a player.
# Arguments
int— Player
Returns — void
native void AIClearBuildQueue(int player);
# Related
Category: AI Advanced / Construction / Actions
- Build — 
void— AIBuild - Train — 
void— AITrain - Research — 
void— AIResearch - Make Always — 
void— AIMakeAlways - Make Once — 
void— AIMakeOnce - Clear Build Queue — 
void— AIClearBuildQueue - Clear Train Queue — 
void— AIClearTrainQueue - Clear Research Queue — 
void— AIClearResearchQueue - Clear Stock — 
void— AIClearStock - Enable Stock — 
void— AIEnableStock - Set StockEx — 
void— AISetStockEx - Set Stock — 
void— AISetStock - Set StockOpt — 
void— AISetStockOpt - Set StockUnitNext — 
void— AISetStockUnitNext - Set StockTown — 
bool— AISetStockTown - Set StockExpand — 
bool— AISetStockExpand - Set StockAlias — 
void— AISetStockAlias - Set StockFree — 
void— AISetStockFree - Default Economy — 
void— AIDefaultEconomy - Default Expansion — 
void— AIDefaultExpansion 
# Examples
— None found —