You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
DocData: Fix return type listed as "var" instead of "Variant"
This commit is contained in:
@@ -142,7 +142,7 @@ void DocDump::dump(const String &p_file) {
|
||||
if (arginfo.hint == PROPERTY_HINT_RESOURCE_TYPE)
|
||||
type_name = arginfo.hint_string;
|
||||
else if (arginfo.type == Variant::NIL)
|
||||
type_name = "var";
|
||||
type_name = "Variant";
|
||||
else
|
||||
type_name = Variant::get_type_name(arginfo.type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user