Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SpawnParticleOnDeathComponent

Spawns a given particle class when the entity dies. Used for zombies which spawn a

see

GrantHeadParticle .

Hierarchy

Index

Constructors

constructor

Methods

deserialize

  • deserialize(data: any): any

getDebugString

  • getDebugString(): string

serialize

  • serialize(): object

Static getCachedSchema

  • getCachedSchema(): any

Static getId

  • getId(): string
  • Returns string

Static getSchema

  • getSchema(): object

Static verify

  • verify(data: any): string