Markk Posted June 10, 2017 Share Posted June 10, 2017 Could I just retrieve it once into a const variable and not worry about it or do I need to retrieve it every time I need to access the value for use in some other function because it can't be relied upon to be constant throughout a game session? Link to comment Share on other sites More sharing options...
jedijosh920 Posted June 10, 2017 Share Posted June 10, 2017 I'm pretty sure you can just get it once if you're talking about single player. But you can always try to be safe and always retrieve it when you need to call something with it, not that much performance loss from my experience. Link to comment Share on other sites More sharing options...
InfamousSabre Posted June 10, 2017 Share Posted June 10, 2017 it changes when you change players (Mike, Trev, Frank) or player models (Freemode and other models). jedijosh920 1 Link to comment Share on other sites More sharing options...
Markk Posted June 10, 2017 Author Share Posted June 10, 2017 Thank you both! Link to comment Share on other sites More sharing options...