# Get Gas Amount Left

Grammar — Get the total gas left to be harvested in town town for player player
FlagsNative | Function

Returns the total gas left to be harvested in a town for a player.

# Arguments

  • int — Player
  • int — Town

Returns — int

native int AIGetGasAmountLeft(int player, int town);

Category: AI Advanced / Towns / Functions

# Examples

— None found —