Revision Difference
player.GetByAccountID#518012
<function name="GetByAccountID" parent="player" type="libraryfunc">
<description>Gets the player with the specified AccountID.</description>
<realm>Shared</realm>
<file line="45-L57">lua/includes/extensions/player.lua</file>
<args>
<arg name="accountID" type="string">The <page>Player:AccountID</page> to find the player by.</arg>
<arg name="accountID" type="string">The <page>Player:AccountID</page> to find the player by.</arg>
</args>
<rets>
<ret name="" type="Player">Player if one is found, false otherwise.</ret>
</rets>
</function>