Files
godot/misc/extension_api_validation/4.5-stable/GH-114053.txt
T

8 lines
410 B
Plaintext

GH-114053
---------
Validate extension JSON: Error: Field 'classes/FileAccess/methods/create_temp/arguments': meta was removed.
Validate extension JSON: Error: Field 'classes/FileAccess/methods/create_temp/arguments/0': type changed value in new API, from "int" to "enum::FileAccess.ModeFlags".
The argument was supposed to use this enum instead of an untyped int.
A compatibility method has been registered.