Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BlueprintComponent

Every blueprint has this component, it stores which resources are required and how long the blueprint takes to buid.

Hierarchy

Index

Constructors

constructor

Methods

canFinishAndTransformIntoBuilding

  • canFinishAndTransformIntoBuilding(): boolean
  • Returns if this blueprint can get finished

    Returns boolean

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