getClass : class function classpp.getClass(className: string): class Returns the class with the given className, if it exists. Default syntax local Class = ClassPP.getClass("Class") Parameters className: string The name of the desired class. Returns class Back to top