Garry's Mod Wiki

Revision Difference

player.GetBySteamID64#529307

<function name="GetBySteamID64" parent="player" type="libraryfunc"> <description>Gets the player with the specified SteamID64.</description> <realm>Shared</realm> <file line="79-L89">lua/includes/extensions/player.lua</file> <args> <arg name="steamID64" type="string">The <page>Player:SteamID64</page> to find the player by. Also accepts numbers.</arg> <arg name="steamID64" type="string">The <page>Player:SteamID64</page> to find the player by.</arg> </args> <rets> <ret name="" type="Player">Player if one is found, false otherwise.</ret> </rets> </function>