Returns an array with the names all the integer constants of class or its ancestry.
int class_get_method_argument_count<>(StringNameclass=,class:StringName=,StringNamemethod=,method:StringName=,boolno_inheritance=false,no_inheritance:bool=false,):int
Returns the number of arguments of the method method of class or its ancestry if no_inheritance is false.
Returns an array with all the methods of class or its ancestry if no_inheritance is false. Every element of the array is a Dictionary with the following keys: args, default_args, flags, id, name, return: (class_name, hint, hint_string, name, type, usage).
Note: In exported release builds the debug info is not available, so the returned dictionaries will contain only method names.
Returns the signal data of class or its ancestry. The returned value is a Dictionary with the following keys: args, default_args, flags, id, name, return: (class_name, hint, hint_string, name, type, usage).
Returns the names of all engine classes available.
Note: Script-defined classes with class_name are not included in this list. Use [method ProjectSettings.get_global_class_list] to get a list of script-defined classes instead.