PowerHorse Engine
    Preparing search index...

    Hierarchy

    • Pseudo
      • Collector
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Bind to a collection service tag

      Type Parameters

      • T extends Instance | Pseudo = Instance | Pseudo

      Parameters

      • TagName: string
      • Callback: (Object: T, BindServant: ServantNext) => unknown

      Returns ServantNext

    • Gets all items with the tag

      Parameters

      • TagName: string

      Returns (Instance | Pseudo)[]

    • Remove collection service tag from Instance/Pseudo

      Parameters

      • instance: Instance | Pseudo
      • TagName: string

      Returns void

    • Add collection service tag to Instance/Pseudo

      Parameters

      • instance: undefined | Instance | Pseudo
      • TagName: string

      Returns void