virtualx-engine/modules/gdscript
eska ef0c05430c Add GDScript export hints for global filesystem and exponential ranges
- File in global filesystem: `String, FILE, GLOBAL, "*.png"`, tool scripts only
- Directory in global filesystem: `String, DIR, GLOBAL`, tool scripts only
- Exponential range: `float, EXP, 50, 150, 2`
2015-12-11 06:45:03 +01:00
..
config.py
gd_compiler.cpp
gd_compiler.h
gd_editor.cpp Add script auto-completion for function parameters 2015-11-26 09:40:13 -03:00
gd_functions.cpp
gd_functions.h
gd_parser.cpp Add GDScript export hints for global filesystem and exponential ranges 2015-12-11 06:45:03 +01:00
gd_parser.h
gd_pretty_print.cpp
gd_pretty_print.h
gd_script.cpp -Display on animation editor which keys are invalid and which tracks are unresolved 2015-12-05 14:18:22 -03:00
gd_script.h -Display on animation editor which keys are invalid and which tracks are unresolved 2015-12-05 14:18:22 -03:00
gd_tokenizer.cpp
gd_tokenizer.h
register_types.cpp
register_types.h
SCsub Cosmetic fixes to SCons buildsystem 2015-11-01 20:53:26 +01:00