❔ Array Question (solved)
I have a question. I cant tell if I'm being stupid, but I want to use an array like for example
private float[] array = null;
and then I set the objects inside of it later, but I want to remove an item from it. I don't want to use a list because I need to be able to access specific objects for example
array[0]
Any Help is appreciated :)
4 Replies
@ItsDaGrizz You can index into a list in the same way. Behind the scene its an array.
Oh, ok cool
thanks i guess im just too tired to think straight hahaha
Thanks for the help :D
Happens 🙂
Yw
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.