Skip to main content

Pumpkincarver

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

Overview

Pumpkincarver is a minimal component that currently contains no functional implementation beyond initializing the component instance. It registers no events, defines no properties, and exposes no methods beyond the constructor. According to the comment in the source, actions related to pumpkin carving are registered in componentactions.lua, suggesting this component is a work-in-progress skeleton for future pumpkin-carving gameplay.

Usage example

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

Dependencies & tags

Components used: None identified
Tags: None identified

Properties

No public properties

Main functions

No main functions are defined beyond the constructor.

Events & listeners

None identified