Function understanding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

8th May 2019, 11:46 PM
Rise OF Turtles
Rise OF Turtles - avatar
1 Answer
+ 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.
9th May 2019, 6:55 AM
Daniel Adam
Daniel Adam - avatar