Right now I have global list of players for server.
When triggering events on players I have to loop list which could be improved by just storing pointer in event but I don't think there is pointers in the language. Or am I wrong?
Any ideas for improving this so I can do away with the loops for each event?