issues
search
Anaminus
/
rbxmk
A tool for processing Roblox files.
MIT License
109
stars
11
forks
source link
Implement Instance.IsA and related methods
#38
Closed
Anaminus
closed
4 years ago
Anaminus
commented
4 years ago
Was skipped because descriptors weren't implemented yet.
When the instance has a descriptor, methods work as normal.
When the instance has no descriptor, methods just return the sensible negative (false, nil).
The reflected methods could also return the negative, or could instead throw errors.
Implement the following methods:
IsA
FindFirstAncestorWhichIsA
FindFirstChildWhichIsA