godot/modules/gdnative/nativescript
George Marques 2b9d9bc364
Remove multilevel calls
In general they are more confusing to users because they expect
inheritance to fully override parent methods. This behavior can be
enabled by script writers using a simple super() call.
2020-07-24 14:13:58 -03:00
..
api_generator.cpp Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api.json 2020-07-15 08:29:36 +02:00
api_generator.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_nativescript.cpp GDNative: merge API structs, bump version of merged structs. 2020-06-11 18:26:47 +03:00
nativescript.cpp Remove multilevel calls 2020-07-24 14:13:58 -03:00
nativescript.h Remove multilevel calls 2020-07-24 14:13:58 -03:00
register_types.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00