Click or drag to resize

FindPlanetToColonizeGetPlanetUtility Method

Gets the planet utility.

Namespace:  EmptyKeys.Strategy.AI.Components.ActionsUnit
Assembly:  EmptyKeys.Strategy.AI (in EmptyKeys.Strategy.AI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static float GetPlanetUtility(
	Player player,
	Planet planet
)

Parameters

player
Type: Player
The player.
planet
Type: Planet
The planet.

Return Value

Type: Single

[Missing <returns> documentation for "M:EmptyKeys.Strategy.AI.Components.ActionsUnit.FindPlanetToColonize.GetPlanetUtility(EmptyKeys.Strategy.Core.Player,EmptyKeys.Strategy.Environment.Planet)"]

See Also