Function understanding | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 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.
9th May 2019, 6:55 AM
Daniel Adam
Daniel Adam - avatar