Click or drag to resize

PlanetBehaviorContext Class

Implements Planet Behavior Context for planets AI
Inheritance Hierarchy
SystemObject
  BaseBehaviorContext
    EmptyKeys.Strategy.AIPlanetBehaviorContext

Namespace:  EmptyKeys.Strategy.AI
Assembly:  EmptyKeys.Strategy.AI (in EmptyKeys.Strategy.AI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PlanetBehaviorContext : BaseBehaviorContext

The PlanetBehaviorContext type exposes the following members.

Constructors
  NameDescription
Public methodPlanetBehaviorContext
Initializes a new instance of the PlanetBehaviorContext class.
Top
Properties
  NameDescription
Public propertyEnvironmentTarget (Inherited from BaseBehaviorContext.)
Public propertyItemBehaviorName
Gets or sets the name of the item behavior.
Public propertyItemToBuild
Gets or sets the item to build.
Public propertyLastResult (Inherited from BaseBehaviorContext.)
Public propertyPlanet
Gets or sets the planet.
Public propertyRoot (Inherited from BaseBehaviorContext.)
Top
Methods
  NameDescription
Public methodAddLogLevel (Inherited from BaseBehaviorContext.)
Public methodAddLogMessage (Inherited from BaseBehaviorContext.)
Public methodClearLog (Inherited from BaseBehaviorContext.)
Public methodCloseLogLevel (Inherited from BaseBehaviorContext.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberIsRegistered
Planet Behavior Context type registration
Top
See Also

Reference

BaseBehaviorContext