Member of ML.SDK.MassiveLoopRoom
Method | Static
MLPlayer MassiveLoopRoom.FindPlayerByGuid(string guid)
static MLPlayer MassiveLoopRoom.FindPlayerByGuid(string guid);
Parameters
Parameter | Type | Description |
---|---|---|
guid | string | The player guid to search for. |
Returns
The Player with given guid if found, null otherwise.
Summary
Finds player with the given Guid.