Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Properties

Static followingPath

followingPath: number

Accessors

x

  • get x(): number

y

  • get y(): number

Methods

assignPath

canMove

  • canMove(): boolean

canMoveBasic

  • canMoveBasic(): boolean

clearPath

  • clearPath(): void

clearPathFollowingStrategy

  • clearPathFollowingStrategy(): void

findDirectionTo

  • findDirectionTo(x: number, y: number): number

follow

  • follow<T>(target: T, strategy: {}): void

isFollowingPath

  • isFollowingPath(): boolean
  • isFollowingPath(): boolean

isMoveRouteForcing

  • isMoveRouteForcing(): boolean

isMovementSucceeded

  • isMovementSucceeded(): boolean

moveStraight

  • moveStraight(d: number): void

onFailFollowingPath

  • onFailFollowingPath(): void

onFinishFollowingPath

  • onFinishFollowingPath(): void

updateFollowPath

  • updateFollowPath(): void

updateStop

  • updateStop(): void

walkToPoint

  • walkToPoint(x: number, y: number): void

Generated using TypeDoc