BackpackItem
BackpackItem is an abstract class for backpack items such as HopperBins and Tools.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | PhysicsParts |
---|
Member index 1
Description
BackpackItem is an abstract class for backpack items such as HopperBins and Tools.
History 9
- 645 Change ValueType of TextureId from Content to ContentId
- 564 Change Superclass of BackpackItem from Instance to Model
- 564 Change MemoryCategory of BackpackItem from Instances to PhysicsParts
- 553 Change Default of TextureId from to
- 486 Change ThreadSafety of TextureId from ReadOnly to ReadSafe
- 462 Change ThreadSafety of TextureId from to ReadOnly
- 375 Change Superclass of BackpackItem from GuiItem to Instance
- 47 Add TextureId
- 47 Add BackpackItem
Members 1
TextureId
Type | Default | |
---|---|---|
ContentId |
The texture icon that is displayed for a tool in the player's backpack.
This property should be set to the content ID of an image uploaded to the Roblox website.
If this property is left blank, the Backpack GUI will display the name of the tool instead.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |