This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fe1f8443a4
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
gdscript_to_preload.gd
8 lines
66 B
GDScript3
Raw
Normal View
History
Unescape
Escape
fix(gdscript): Infer type from preload const When resolving the type of the attribute from the variant, the result_type.kind was overritten for no reason. It is assumed that this only needs to be done, if the variant value is not valid to have any kind here. Solves #63715
2022-08-07 11:39:11 +00:00
const
A
:
=
42
GDScript: Fix inner classes and preloaded scripts as types
2021-05-26 12:23:17 +00:00
func
test
(
)
:
pass
func
something
(
)
:
return
"
OK
"
Reference in New Issue
Copy Permalink