Limen Framework 0.1 Help

ALimenDiscardableItem

Overview

ALimenDiscardableItem is a class designed to manage items in the game that are non-physical but can be discarded. It inherits from ALimenNonPhysicalItem, which likely handles common properties and behaviors for non-physical items.

Properties

Type

Name

Access

Description

None

None

None

No significant properties defined in the provided code.

Functions

Return Type

Signature

Description

None

None

No significant functions defined in the provided code.

Usage & Implementation Notes

  • This class is likely a placeholder or base class for more specific discardable item types.

  • It does not contain any properties or functions that would require special handling, such as threading constraints, replication requirements, or memory lifetime management.

22 May 2026