+ 1
Function understanding
How come its that when i make a function like Void banana It doesnt mean anything special while something on Void update Updates every frame? Why is one function special and the other isnt?
1 Antwort
+ 1
You always have a set of base functionality offered by core libraries (the framework). And, of course, you can orchestrate them to new sets (functions) by yourself.