Anaminus / rbxmk

A tool for processing Roblox files.
MIT License
109 stars 11 forks source link

Support type constants #64

Open Anaminus opened 2 years ago

Anaminus commented 2 years ago

Roblox added constants like Vector3.zero and CFrame.identity. These should be added to rbxmk.

List of constants:

Implement by adding a Constants field to Reflector. This is similar to Constructors, but adds constant values instead.

Roblox seems to refer to these as "static" values.