GBX.lua.BackpackItem (Object): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Class reference}} {{Preliminary}} The BackpackItem object. ==Functions== The BackpackItem object incorporates only the global functions. ==Properties== In addition...")
 
No edit summary
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
{{Preliminary}}


The BackpackItem object.
BackpackItem is an abstract class for backpack items such as [[GBX.lua.HopperBin|HopperBins]] and [[GBX.lua.Tool|Tools]].


==Functions==
==Functions==
Line 9: Line 8:
==Properties==
==Properties==
In addition to the global properties, the BackpackItem object also has these:
In addition to the global properties, the BackpackItem object also has these:
*[[TextureId]]
*[[TextureId (Property)]]


==Events==
==Events==
Line 15: Line 14:


[[Category: GoodBlox Lua Objects]]
[[Category: GoodBlox Lua Objects]]
[[Category: Stubs]]

Revision as of 07:05, 20 September 2021


BackpackItem is an abstract class for backpack items such as HopperBins and Tools.

Functions

The BackpackItem object incorporates only the global functions.

Properties

In addition to the global properties, the BackpackItem object also has these:

Events

The BackpackItem object incorporates only the global events.