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
/
onready_with_export.gd
blob: 0b358ca5f27ea4ea28116b13216b2396d397a39e (
plain
)
1
2
3
4
5
6
extends Node @onready @export var conflict = "" func test(): print("warn")