Skip to main content

7 docs tagged with "deprecated"

View all tags

Customise

This file is deprecated and serves only as a legacy alias that redirects to the actual customize.lua script.

Focalpoint

A deprecated placeholder entity used to provide backward-compatible access to the Focalpoint component for older code.

Grabbable

Marks an entity as grabbable by players and provides a callback for custom grab conditions; however, this component is deprecated in favor of using the inventoryitem component's grabbableoverridetag.

Moonisland Tasks

Placeholder module containing no functional code — all its tasks were migrated to dst_tasks_forestworld.

Mutatedbirdmanager

A deprecated and unused component that previously handled mutated bird logic (e.g., migration and buzzard behavior) but now serves no functional purpose.

Stalkerchaseandattack

A deprecated AI behavior component that implements chasing, attacking, and avoidance logic by delegating to ChaseAndAttackAndAvoid with fixed avoidance distance.