You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge pull request #4547 from neikeq/pr-wrong-debug-methods
Fix wrong return and argument types in documentation
This commit is contained in:
@@ -287,6 +287,7 @@ void DocData::generate(bool p_basic_types) {
|
||||
case Variant::INT_ARRAY:
|
||||
case Variant::REAL_ARRAY:
|
||||
case Variant::STRING_ARRAY: //25
|
||||
case Variant::VECTOR2_ARRAY:
|
||||
case Variant::VECTOR3_ARRAY:
|
||||
case Variant::COLOR_ARRAY:
|
||||
default_arg_text=Variant::get_type_name(default_arg.get_type())+"("+default_arg_text+")";
|
||||
|
||||
Reference in New Issue
Block a user