mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
[GDScript] Add static HashMap cleanup.
This commit is contained in:
parent
ec9302cecc
commit
ee973f5b90
5 changed files with 15 additions and 0 deletions
|
@ -71,6 +71,10 @@ static StringName get_real_class_name(const StringName &p_source) {
|
|||
return p_source;
|
||||
}
|
||||
|
||||
void GDScriptAnalyzer::cleanup() {
|
||||
underscore_map.clear();
|
||||
}
|
||||
|
||||
static GDScriptParser::DataType make_callable_type(const MethodInfo &p_info) {
|
||||
GDScriptParser::DataType type;
|
||||
type.type_source = GDScriptParser::DataType::ANNOTATED_EXPLICIT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue