We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This function returns the class name of a given class.
class_get_name(classID);
String
var className = class_get_name(MyClass); show_debug_message(className);
The above code will show in debug log the name of MyClass class.
MyClass
Wiki
Functions