godot/modules/gdscript
George Marques 160c260495
GDScript: Allow export of enum variables
Also fix the enum type in variables to be integer.
2021-03-30 08:29:38 -03:00
..
doc_classes
editor
icons
language_server
tests Add unit tests for export templates 2021-03-22 18:57:08 +00:00
config.py
gdscript_analyzer.cpp Move GDSript annotation application after type-checking 2021-03-30 08:29:36 -03:00
gdscript_analyzer.h Move GDSript annotation application after type-checking 2021-03-30 08:29:36 -03:00
gdscript_byte_codegen.cpp Add typed arrays to GDScript 2021-03-29 10:45:48 -03:00
gdscript_byte_codegen.h Add typed arrays to GDScript 2021-03-29 10:45:48 -03:00
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h Add typed arrays to GDScript 2021-03-29 10:45:48 -03:00
gdscript_compiler.cpp GDScript: Allow export of enum variables 2021-03-30 08:29:38 -03:00
gdscript_compiler.h
gdscript_disassembler.cpp Add typed arrays to GDScript 2021-03-29 10:45:48 -03:00
gdscript_editor.cpp Move GDSript annotation application after type-checking 2021-03-30 08:29:36 -03:00
gdscript_function.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
gdscript_function.h Add typed arrays to GDScript 2021-03-29 10:45:48 -03:00
gdscript_parser.cpp GDScript: Allow export of enum variables 2021-03-30 08:29:38 -03:00
gdscript_parser.h GDScript: Allow export of enum variables 2021-03-30 08:29:38 -03:00
gdscript_tokenizer.cpp Fix missing quote in multiline GDScript string 2021-03-19 01:24:18 +01:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp Add typed arrays to GDScript 2021-03-29 10:45:48 -03:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp Add typed arrays to GDScript 2021-03-29 10:45:48 -03:00
gdscript.h
register_types.cpp Move GDSript annotation application after type-checking 2021-03-30 08:29:36 -03:00
register_types.h
SCsub