Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Reflection

Brad Sharp edited this page Dec 15, 2016 · 2 revisions

Reflection supports the following methods

local someClass = class {}

someClass:GetProperties()
someClass:GetMethods()
someClass:GetMetamethods()
someClass:GetAccessors()
someClass:GetMutators()
Clone this wiki locally