mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
015d36d18b
Replaces the `extends` keyword with `is` in the context of testing for type compatibility. `extends` is still used for declaring class inheritance. Example: ```gdscript extends Node2D func _input(ev): if ev is InputEventKey: print("yay, key event") ``` |
||
---|---|---|
.. | ||
dds | ||
enet | ||
etc1 | ||
freetype | ||
gdnative | ||
gdscript | ||
gridmap | ||
jpg | ||
ogg | ||
openssl | ||
opus | ||
pbm | ||
pvr | ||
regex | ||
squish | ||
stb_vorbis | ||
theora | ||
tinyexr | ||
visual_script | ||
vorbis | ||
webm | ||
webp | ||
register_module_types.h | ||
SCsub |