virtualx-engine/modules/gdscript/tests/scripts/analyzer/errors/assign_signal.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
66 B
GDScript3
Raw Normal View History

2022-12-16 04:45:46 +01:00
signal your_base
signal my_base
func test():
your_base = my_base