CRaPI - Correct Robust and Perfect API

BasicActions Members

BasicActions overview

Public Static Methods

CatchBallOverloaded. Generates a command to catch the ball
DashToObjectOverloaded. Generates a command to dash to an object
DashToPointOverloaded. Generates a command to dash to a point
DashToPointLookingAtPointOverloaded. Generates a command to dash to one point while looking at another.
KickToObjectOverloaded. Generates a command to kick the ball towards an object
KickToPointOverloaded. Generates a command to kick the ball towards a point
LookAtObjectOverloaded. Generates a command to turn the neck to look at an object
LookAtPointOverloaded. Generates a command to turn the neck to look at a point
TurnAndLookAtPoint Generates a command to turn the body towards a point, and sets the HeadAngle to zero, i.e. the player is looking in the direction of the body.
TurnToObjectOverloaded. Generates a command to turn the body towards an object.
TurnToPointOverloaded. Generates a command to turn the body towards a point.

Public Instance Constructors

BasicActions ConstructorInitializes a new instance of the BasicActions class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

BasicActions Class | TeamYaffa.CRaPI Namespace | BasicCommands