Skip to content

Global Class "ProceduralItemManager"⚓︎

Info

You can get this class by using the ProceduralItemManager global table.

Note that to call these functions, you must use a . (period) instead of a : (colon)!

Example Code
1
local pItem = ProceduralItemManager.GetProceduralItem(0)

Functions⚓︎

CreateProceduralItem ()⚓︎

int CreateProceduralItem ( int Seed, int Unknown )⚓︎

Creates a glitch item based on a given seed. Returns the negative ID of the created item.


GetProceduralItem ()⚓︎

ProceduralItem GetProceduralItem ( int Index )⚓︎

Get the glitch item at the given index.


GetProceduralItemCount ()⚓︎

int GetProceduralItemCount ( )⚓︎