Limen Framework 0.1 Help

ALimenNonPhysicalItem

Overview

ALimenNonPhysicalItem is a base class derived from ALimenItemBase. It represents items in the game that do not have a physical presence once they are picked up, such as health potions or other consumable items. This class is designed to handle non-physical items and provides a foundation for further item types.

Properties

Type

Name

Access

Description

None

None

None

No significant properties defined in this class.

Functions

Return Type

Signature

Description

None

None

No significant functions defined in this class.

Usage & Implementation Notes

  • This class is intended for non-physical items that do not require a physical representation after being picked up.

  • It inherits from ALimenItemBase, which likely handles common item behaviors and properties.

  • No special threading constraints, replication requirements, or memory lifetime management are noted in the provided code.

22 May 2026