![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | zen3001 |
def function(para = "something"):
pass
atleast that’s how I would do it in python.
I assumed that it would be the same in gdscript but I was wrong
I can give variable like this…
func function(para : String):
pass
…but can’t find a way to actually create a default value.