Method Global:GetPlayerByGUID [-] [+]
Finds and Returns Player by guid if found
In multistate, this method is only available in the WORLD state
Synopsis
player = GetPlayerByGUID( guid )
Arguments
number guid
Guid of the Player, you can get it with Object:GetGUID.
Valid numbers: integers from 0 to 18,446,744,073,709,551,615.
Returns
Player player
- See method description.