Skip to main content

Worlddeciduoustreeupdater

Overview

This component serves as a deprecated stub with no active behavior. It is retained in the codebase solely to prevent runtime errors in external mods that may reference it by name. It initializes an empty update function and holds no meaningful state or functionality.

Dependencies & Tags

None identified.

Properties

PropertyTypeDefault ValueDescription
instEntity(passed to constructor)Reference to the entity the component is attached to.
updatefunctionfunction() endA no-op function placeholder; does nothing when called.

Main Functions

_ctor(inst)

  • Description: Initializes the component instance by storing the entity reference and assigning a no-op update function.
  • Parameters:
    • inst (Entity): The entity being assigned to self.inst.

Events & Listeners

None.