Revision Difference
GM:NetworkIDValidated#553134
<function name="NetworkIDValidated" parent="GM" type="hook">
<ishook>yes</ishook>⤶
<description>
Called when a player's SteamID has been validated by Steam.
See also <page>GM:PlayerAuthed</page>.
<note>This hook doesn't work intentionally in singleplayer [because the SteamID is not validated](https://github.com/Facepunch/garrysmod-issues/issues/4906#issuecomment-819337130).</note>
</description>
<realm>Server</realm>
<predicted>No</predicted>⤶
<args>
<arg name="name" type="string">Player name</arg>
<arg name="steamID" type="string">Player SteamID</arg>
</args>
</function>