Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ActionWalkToBase

Simply makes the enemy walk towards the given target. The target is the one specified in the enemy component and usually set by the enemy pathfinding

Hierarchy

Index

Constructors

constructor

Methods

deserialize

  • deserialize(data: any): any

getDebugString

  • getDebugString(): string

perform

  • perform(entity: any): void
  • Parameters

    • entity: any

    Returns void

serialize

  • serialize(): object

Static getCachedSchema

  • getCachedSchema(): any

Static getId

  • getId(): string

Static getSchema

  • getSchema(): object

Static verify

  • verify(data: any): string