Component:Consumable
This component allows the item to be consumed by users.
More actions
(Redirected from Consumable)
Consumable allows an item to be consumed by bringing it to the avatar's mouth. It was introduced in build 2026.4.1.11
Component image 
Consumable component as seen in the Scene Inspector

Consumable Allows the item to be consumed by users.
Fields
| Name | Type | Description |
|---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
MustBeHolding
|
Bool | |
CanFeedToOthers
|
Bool | |
OverrideReferencePoint
|
Slot | |
Radius
|
Float | |
StartHysteresis
|
Float | |
CurrentStageIndex
|
Int | |
IsBeingConsumed
|
raw output of Bool | |
HasBeenFullyConsumed
|
raw output of Bool | |
CurrentlyConsumingUser
|
direct UserRef | |
DestroyOnConsumed
|
Bool | |
OnAnyStageConsumed
|
list of Action | |
OnFullyConsumed
|
list of Action | |
Stages
|
list of Consumable.Stage | |
_waitingForReset
|
Bool |
Sync Delegates
| Method Name | Method type and Arguments. | Is the method hidden? | Description |
|---|---|---|---|
Visualize:ButtonEventHandler
|
ButtonEventHandler | ✓ |
Usage
Examples
Related Components
ProtoFlux:OnConsumableConsuming