Couple of questions about the SteamID class.
- Why must you supply an
EUniverse when using the SetFromString method? I was under the impression the ID always contains the universe? xPaw's PHP implementation currently pulls the universe from the string.
- Why does the
RenderSteam2 method automatically convert accounts that are in universe 1 to universe 0? This logic seems backwards as universe 0 is invalid and is only thought to be correct due to a bug(?). Again xPaw's PHP implementation corrects this the other way.
Thank you.
Couple of questions about the
SteamIDclass.EUniversewhen using theSetFromStringmethod? I was under the impression the ID always contains the universe? xPaw's PHP implementation currently pulls the universe from the string.RenderSteam2method automatically convert accounts that are in universe 1 to universe 0? This logic seems backwards as universe 0 is invalid and is only thought to be correct due to a bug(?). Again xPaw's PHP implementation corrects this the other way.Thank you.