Skip to content
/ Garbage Public

A simple module to edit values in the garbage collection.

Notifications You must be signed in to change notification settings

0zBug/Garbage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Garbage

A simple module to edit values in the garbage collection

tiny.lua

tiny.lua has a different dump function to return less and more relevant results, however it is less performant.

Documentation

find

Finds upvalues and constants related to the query.

<table> Garbage.find(<string> Query)

dump

Finds and outputs tables in the collection.

<table> Garbage.dump(<string> Query)

setupvalue

Edits the value of an value in the collection.

<void> Garbage.setupvalue(<string> Query, <string> Index, <?> Value, <boolean> Changed)

About

A simple module to edit values in the garbage collection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages