Count the number of a particular actor on the screen?
BenMakesGames
Member Posts: 85
Is there any good way to count the number of a particular actor on the screen and keep that constantly updated so that if an actor is spawned or destroyed then that number is updated?
Ive considered doing this with an attribute adding and subtracting every time an actor is spawned or destroyed with a simple (Attribute + 1) code, just wondering if there is a better way?
Ive considered doing this with an attribute adding and subtracting every time an actor is spawned or destroyed with a simple (Attribute + 1) code, just wondering if there is a better way?
Comments