Skip to main content

Vasedecoration

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

Overview

VaseDecoration is an empty component class defined solely to satisfy component registration requirements. It provides no functionality, properties, or event handling. It serves as a structural stub, likely intended for future implementation or used in a non-functional capacity during development or testing.

Usage example

local inst = CreateEntity()
inst:AddComponent("vasedecoration")
-- No methods or properties are available on this component.

Dependencies & tags

Components used: None identified
Tags: None identified

Properties

No public properties

Main functions

No public methods

Events & listeners

Not applicable