Start typing to search packages!
properties
By @sigmaeg
Roblox
MirroredProperties v1.0.2
-
Requires HttpService.
-
Retrieves the Properties from an Instance by referencing MaximumADHD API Dump Repository.
-
Specifying 'FullAPIDump' (string) or 'APIDump' (string) when using
Properties.new()will determine which dumpfile to read.Properties.new("FullAPIDump") -- retrieves Full-API-Dump.json and returns a new Properties object with the dump in self.APIDump as a DictionaryProperties.new("APIDump") -- retrieves API-Dump.json and returns a new Properties object with the dump in self.APIDump as a Dictionary -
Properties:GetPropertiesFilterDefault(...)will not return any Properties that match the default values of the Instance, howeverProperties:GetPropertiesNoFilter(...)will. -
Properties.PropertyToString(...)converts a PropertyName (passed as a string of the type), given a PropertyValue, into a string i.eCFrame.new(...)orColor3.fromRGB(...)Properties.PropertyToString("CFrame", CFrame.new()) -- returns CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) as a string -
If you wish to interface with either API Dump yourself, you can either create a Properties object and access
self.APIDump, or useProperties.GetAPIDump()orProperties.GetFullAPIDump
This package was originally created for my personal-use Reactify ( GitHub, Roblox Plugin ) plugin, however I decided to release it as a Wally package as I have seen numerous DevForums where people have wanted to interface this capability in the past. It is also used inside of the plugin itself.
Package Details
Install command (Click to copy)
Version
1.0.2
License
MIT
Safe for commercial use
Automated license review — not legal advice.
