Revision Difference
player.GetBySteamID#526634
<function name="GetBySteamID" parent="player" type="libraryfunc">
<description>Gets the player with the specified SteamID.</description>
<realm>Shared</realm>
<file line="73-L87">lua/includes/extensions/player.lua</file>
<file line="67-L77">lua/includes/extensions/player.lua</file>
<args>
<arg name="steamID" type="string">The <page>Player:SteamID</page> to find the player by.</arg>
</args>
<rets>
<ret name="" type="Player">Player if one is found, false otherwise.</ret>
</rets>
</function>