Esempio n. 1
0
	def get_random_possible_ground_unit_position(self):
		"""Returns a position in water that is not at the border of the world.
		@return: Point"""
		return worldutils.get_random_possible_ground_unit_position(self)
Esempio n. 2
0
	def get_random_possible_ground_unit_position(self):
		"""Returns a random position upon an island.
		@return: Point"""
		return worldutils.get_random_possible_ground_unit_position(self)
Esempio n. 3
0
    def get_random_possible_ground_unit_position(self):
        """Returns a random position upon an island.
		@return: Point"""
        return worldutils.get_random_possible_ground_unit_position(self)
Esempio n. 4
0
    def get_random_possible_ground_unit_position(self):
        """Returns a position in water that is not at the border of the world.
		@return: Point"""
        return worldutils.get_random_possible_ground_unit_position(self)