Hello.
In my code I have multiple calls to "self::getgamestatevalue(variable name)".
Does the number of calls impact the performances ?
Is it better to call it once and pass the values as parameters ?
Thank you
In my code I have multiple calls to "self::getgamestatevalue(variable name)".
Does the number of calls impact the performances ?
Is it better to call it once and pass the values as parameters ?
Thank you