Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ZombieFaction

Hierarchy

Index

Constructors

constructor

Methods

deserialize

  • deserialize(data: any): any

getBuildableRegionRect

  • getBuildableRegionRect(): any

getColor

  • getColor(): string
  • Returns string

getId

  • getId(): any
  • Returns the id of the faction

    Returns any

getMeta

  • getMeta(): any
  • Returns the factions meta class

    Returns any

getWorldSpaceBuildableRect

  • getWorldSpaceBuildableRect(): any

isAlliedFaction

  • isAlliedFaction(faction: any): any
  • see

    BaseMetaFaction.isAlliedFaction

    Parameters

    • faction: any

    Returns any

isHostileFaction

  • isHostileFaction(faction: any): boolean
  • Returns if the given faction is hostile

    Parameters

    • faction: any

    Returns boolean

isMergedFaction

  • isMergedFaction(faction: any): any
  • see

    BaseMetaFaction.isMergedFaction

    Parameters

    • faction: any

    Returns any

serialize

  • serialize(): object

Static getCachedSchema

  • getCachedSchema(): any

Static getId

  • getId(): any

Static getMeta

Static getSchema

  • getSchema(): object

Static verify

  • verify(data: any): string