Prefab¶
The Prefab class extends the base Item class to represent prefabricated objects within the game engine.
Inherits from¶
Usage¶
To use this class, add the following require at the top of your script:
local Prefab = require 'engine/items/prefab'
Reference¶
- class Prefab¶