C# Class BoringHeroes.GameLogic.Behaviourism.NavigationRoutine

Show file Open project: lances101/BoringHeroes Class Usage Examples

Private Properties

Property Type Description
Flee void
MountingRoutine Composite
TeleportAction Composite

Public Methods

Method Description
NavigationRoutine ( CurrentGameState gameState ) : System
SetNewPoint ( Point navPoint, bool aggro, bool forceWalk = false ) : void

Private Methods

Method Description
Flee ( ) : void
MountingRoutine ( ) : Composite
TeleportAction ( ) : Composite

Method Details

NavigationRoutine() public method

public NavigationRoutine ( CurrentGameState gameState ) : System
gameState CurrentGameState
return System

SetNewPoint() public method

public SetNewPoint ( Point navPoint, bool aggro, bool forceWalk = false ) : void
navPoint Point
aggro bool
forceWalk bool
return void