Home
last modified time | relevance | path

Searched refs:PR_CLEAR_GRASS (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Deconomy_type.h98 PR_CLEAR_GRASS, enumerator
H A Dclear_cmd.cpp29 PR_CLEAR_GRASS, in ClearTile_Clear()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_tile.cpp332 case BT_CLEAR_GRASS: return ::GetPrice(PR_CLEAR_GRASS, 1, nullptr); in GetBuildCost()