# Get Num RawGas Spots

Grammar — Get the number of raw gas locations in town town for player player
FlagsNative | Function

Returns number of raw gas locations in a town for a player. To get harvestable gas, query for the gas harvesting building in the town.

# Arguments

  • int — Player
  • int — Town

Returns — int

native int AIGetRawGasNumSpots(int player, int town);

Category: AI Advanced / Towns / Functions

# Examples

— None found —