| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | Deikun011 |
no entiendo porque me sale ese error, aquí esta:
var E = ejemplo.instance()
add_child()
por favor solucionen
| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | Deikun011 |
no entiendo porque me sale ese error, aquí esta:
var E = ejemplo.instance()
add_child()
por favor solucionen
| Reply From: | clemens.tolboom |
You have to add something ![]()
func do_something():
var E = ejemplo.instance()
add_child(E)