player/GetBySteamID64
From Garry's Mod
(Difference between revisions)
WasabiThumbs (Talk | contribs) m (Adding note that some integers can be supplied) |
|||
(One intermediate revision by one user not shown) | |||
Line 6: | Line 6: | ||
|IsClass=No | |IsClass=No | ||
|File=lua/includes/extensions/player.lua | |File=lua/includes/extensions/player.lua | ||
− | |Line= | + | |Line=89-L103 |
}} | }} | ||
− | |||
{{Arg | {{Arg | ||
|type=string | |type=string | ||
|name=steamID64 | |name=steamID64 | ||
− | |desc=The {{ClassFunction|Player|SteamID64}} to find the player by. | + | |desc=The {{ClassFunction|Player|SteamID64}} to find the player by. Also accepts numbers. |
}} | }} | ||
{{Ret | {{Ret |
Latest revision as of 20:12, 25 May 2019
Description
Gets the player with the specified SteamID64.
Arguments
Returns
Player if one is found, false otherwise.