MapSettings :: LuaStruct
Attributes
pollution :: Read|Write PollutionMapSettings
enemy_evolution :: Read|Write EnemyEvolutionMapSettings
enemy_expansion :: Read|Write EnemyExpansionMapSettings
unit_group :: Read|Write UnitGroupMapSettings
steering :: Read|Write SteeringMapSetting
path_finder :: Read|Write PathFinderMapSettings
asteroids :: Read|Write AsteroidMapSettings
max_failed_behavior_count :: Read|Write uint32
Example
-- Increase the number of short paths the pathfinder can cache.
game.map_settings.path_finder.short_cache_size = 15

