Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnemyAction

Hierarchy

Index

Constructors

constructor

  • Fixes typeof DerivedComponent is not assignable to typeof Component, compiled out in non-dev builds

    Parameters

    • Rest ...args: any[]

    Returns EnemyAction

Methods

deserialize

  • deserialize(data: any): any

getDebugString

  • getDebugString(): string
  • Returns string

perform

  • perform(entity: any, root: any): void
  • Performs the action

    Parameters

    • entity: any
    • root: any

    Returns void

serialize

  • serialize(): object

Static getCachedSchema

  • getCachedSchema(): any

Static getId

  • getId(): void

Static getSchema

  • getSchema(): object

Static verify

  • verify(data: any): string