index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
/
enum_bad_method.gd
blob: 2940c03515490dddfae05ea6ffc6f0661f495f2d (
plain
)
1
2
3
4
enum Enum {V1, V2} func test(): Enum.clear()