Do tables clear themselves on a scene reset?

owen_dennisowen_dennis Just a guy, you know.Member, PRO Posts: 236

I have a game where the majority of the gameplay takes place in one scene. I have a number of enemies that get randomly spawned and many of them use hitboxes, so I have a rule set up to let each enemy creates a new row to store its hitbox x y information. When I reset the level, do those tables get cleared of all that information? I just want to know so I'm not filling up tables, then when the level resets, those tables have a whole bunch of worthless information in them taking up space. It only just occurred to me that they might be keeping that information because they're a game attribute and not a scene attribute.

Comments

Sign In or Register to comment.