This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
c32c2606f4
godot
/
modules
/
gdscript
/
tests
/
scripts
/
completion
/
common
/
override_function_abstract.gd
6 lines
86 B
GDScript
Raw
Blame
History
@
abstract
class
A
:
@
abstract
func
test
(
x
:
int
)
-
>
void
class
B
extends
A
:
func
➡
View Git Blame
Copy Permalink