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
/
warnings
/
cast_enum_bad_int.gd
blob: 60a31fb3186bdbc7f9660cab9fd67dcc1a3ddc9b (
plain
)
1
2
3
4
enum MyEnum { ENUM_VALUE_1, ENUM_VALUE_2 } func test(): print(2 as MyEnum)