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
fc01c793567c84007783c539dd67ed27e83242bb
godot
/
modules
/
gdscript
History
Rémi Verschelde
f06b7d40c8
Merge pull request
#21449
from vnen/gdscript-builtin-is
...
Allow `is` operator to test built-in types
2018-08-27 17:48:11 +02:00
..
doc_classes
…
editor
…
config.py
…
gdscript_compiler.cpp
Merge pull request
#21449
from vnen/gdscript-builtin-is
2018-08-27 17:48:11 +02:00
gdscript_compiler.h
…
gdscript_editor.cpp
GDScript: Remove space before colon on type hints
2018-08-26 13:43:13 -03:00
gdscript_function.cpp
GDScript: Allow
is
operator to test built-in types
2018-08-26 13:31:23 -03:00
gdscript_function.h
GDScript: Allow
is
operator to test built-in types
2018-08-26 13:31:23 -03:00
gdscript_functions.cpp
…
gdscript_functions.h
…
gdscript_parser.cpp
Merge pull request
#21449
from vnen/gdscript-builtin-is
2018-08-27 17:48:11 +02:00
gdscript_parser.h
GDScript: Allow
is
operator to test built-in types
2018-08-26 13:31:23 -03:00
gdscript_tokenizer.cpp
…
gdscript_tokenizer.h
…
gdscript.cpp
…
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…