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
aeb0b3114d336958e4e1ab7781022e583ef8fe1d
godot
/
modules
/
gdscript
History
George Marques
aeb0b3114d
GDScript: Fix type detection on Object typed assign
...
Also make typed assigns a debug-only thing, so release builds are more lenient on errors.
2018-07-25 20:50:12 -03:00
..
doc_classes
…
editor
…
config.py
…
gdscript_compiler.cpp
GDScript: Fix main script detection
2018-07-25 20:50:11 -03:00
gdscript_compiler.h
…
gdscript_editor.cpp
…
gdscript_function.cpp
GDScript: Fix type detection on Object typed assign
2018-07-25 20:50:12 -03:00
gdscript_function.h
…
gdscript_functions.cpp
GDScript: Enable built-in function introspection in non-tools
2018-07-25 20:50:12 -03:00
gdscript_functions.h
…
gdscript_parser.cpp
GDScript: Allow accessing constants of outer classes
2018-07-25 20:50:12 -03:00
gdscript_parser.h
…
gdscript_tokenizer.cpp
…
gdscript_tokenizer.h
…
gdscript.cpp
…
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…