This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
godot
Watch
2
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2026-02-25 00:21:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
511134f55f
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 13:39:11 +02:00
const
A
:
=
42
GDScript: Fix inner classes and preloaded scripts as types
2021-05-26 09:23:17 -03:00
func
test
(
)
:
pass
func
something
(
)
:
return
"
OK
"
Reference in a new issue
Copy permalink