Skip to main content

Upgrademoduleremover

Based on game build 714014 | Last updated: 2026-03-07

Overview

UpgradeModuleRemover is a minimal, non-functional component that currently serves no operational purpose in the game logic. It only initializes self.inst and exits. This component is likely a stub intended for future use, possibly related to removing upgrade modules from entities (e.g., in the context of modded content or planned features), but it is not actively used in any core DST systems.

Usage example

local inst = CreateEntity()
inst:AddComponent("upgrademoduleremover")
-- No methods are currently available or functional.

Dependencies & tags

Components used: None identified
Tags: None identified

Properties

No public properties

Main functions

No public functions

Events & listeners

No events or listeners identified