Revision Difference
Player:AccountID#526856
<function name="AccountID" parent="Player" type="classfunc">
<description>
Returns the player's AccountID aka SteamID32.
Returns the player's AccountID aka SteamID3.
For bots this will return values starting with 0 for the first bot, 1 for the second bot and so on.
In singleplayer, this will return no value.
</description>
<realm>Shared</realm>
<rets>
<ret name="" type="number">Player's SteamID32 aka AccountID.</ret>
<ret name="" type="number">Player's SteamID3 aka AccountID.</ret>
</rets>
</function>
⤶