emojipasta
(ineternet)
December 19, 2019, 12:02pm
#1
There’s a few resources that used to keep track of all classes and their members:
https://anaminus.github.io/rbx/json/api/latest.json
By default, Roblox doesn’t provide API Dump / Reflection Metadata information to us within Roblox. This can be problematic for plugins that need it, as they either have to be manually updated every time one of these changes, or download the information through HttpService, which requires developers to toggle it on in every place they want to use the plugin in.
I decided to write a bot to automatically upload ReflectionMetadata, the API Dump, and class icons to Roblox whenever it updates, as the…
Both of these however are outdated and no longer maintained. I tried using the ReflectionMetadata.xml
in my Studio directory, but it also seems to be missing a lot of fields (one example being FrontParamA
of BasePart
).
Where can I (manually) get such a list that is actually up to date and complete?
spliceosome
(Shardwielder)
December 19, 2019, 10:52pm
#2
Reclass uses Roblox Client Tracker
{
"Classes": [
{
"Members": [
{
"Category": "Behavior",
"MemberType": "Property",
"Name": "Archivable",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
},
"ThreadSafety": "ReadSafe",
"ValueType": {
"Category": "Primitive",
"Name": "bool"
This file has been truncated. show original