# Is Town Harvesting

Grammar — Town town for player player is harvesting
FlagsNative | Function

Returns whether the given town for a player is harvesting.

# Arguments

  • int — Player
  • int — Town

Returns — bool

native bool AIIsTownHarvestRunning(int player, int town);

Category: AI Advanced / Towns / Functions

# Examples

— None found —