This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e3d72d14ff27af2b396397065ddc38f87685c694
godot
/
modules
/
gdscript
History
George Marques
e3d72d14ff
Use type information to enable GDScript introspection
...
This makes the Script API provide accurate information when requesting property or method info.
2018-07-20 21:55:17 -03:00
..
doc_classes
…
editor
…
config.py
…
gdscript_compiler.cpp
Use type information to enable GDScript introspection
2018-07-20 21:55:17 -03:00
gdscript_compiler.h
Use type information to enable GDScript introspection
2018-07-20 21:55:17 -03:00
gdscript_editor.cpp
Add static type checks in the parser
2018-07-20 21:55:16 -03:00
gdscript_function.cpp
Add typed instructions to GDScript
2018-07-20 21:55:17 -03:00
gdscript_function.h
Add typed instructions to GDScript
2018-07-20 21:55:17 -03:00
gdscript_functions.cpp
Add static type checks in the parser
2018-07-20 21:55:16 -03:00
gdscript_functions.h
Merge pull request
#18966
from chanon/new-debug-print
2018-07-04 23:50:45 +02:00
gdscript_parser.cpp
Use type information to enable GDScript introspection
2018-07-20 21:55:17 -03:00
gdscript_parser.h
Use type information to enable GDScript introspection
2018-07-20 21:55:17 -03:00
gdscript_tokenizer.cpp
Add typing syntax
2018-07-20 21:55:16 -03:00
gdscript_tokenizer.h
Add typing syntax
2018-07-20 21:55:16 -03:00
gdscript.cpp
Use type information to enable GDScript introspection
2018-07-20 21:55:17 -03:00
gdscript.h
Use type information to enable GDScript introspection
2018-07-20 21:55:17 -03:00
register_types.cpp
…
register_types.h
…
SCsub
…