If an object is not drawn with the .draw() function is it still in the window?
I am making a kind of shooting game and I have a bullet object. I also have a thing that draws the object whenever you press E.
The question is does the object still "exist"? I mean if it somehow hits an enemy while not drawn will it kill the enemy or do I have to press E so i dray it?
Sry for the bad english.