Home
last modified time | relevance | path

Searched refs:noWorld (Results 1 – 6 of 6) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/default/python/universe_generation/
H A Dplanets.py12 … fo.planetSize.huge, fo.planetSize.asteroids, fo.planetSize.gasGiant, fo.planetSize.noWorld)
45 …none = base_chance_of_planet(planet_density, galaxy_shape, star_type, orbit, fo.planetSize.noWorld)
81 planet_size = fo.planetSize.noWorld
H A Dstarsystems.py75 return universe_tables.STAR_TYPE_MOD_TO_PLANET_SIZE_DIST[star_type][fo.planetSize.noWorld] > 0
/dports/games/freeorion/freeorion-0.4.10.2/default/python/tests/
H A DfreeOrionAIInterface.py23 noWorld = 0 variable in planetSize
/dports/games/freeorion/freeorion-0.4.10.2/default/python/
H A Dfreeorion.pyi2199 noWorld = None # planetSize(noWorld, "noWorld")
2210 planetSize.noWorld = planetSize(noWorld, "noWorld")
/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DfreeOrionAIInterface.pyi2191 noWorld = None # planetSize(noWorld, "noWorld")
2202 planetSize.noWorld = planetSize(noWorld, "noWorld")
/dports/games/numptyphysics/numptyphysics/
H A DGame.cpp522 Scene( bool noWorld=false ) in Scene() argument
527 if ( !noWorld ) { in Scene()