MLPlayer MassiveLoopRoom.FindPlayerByGuid(string guid)
7/14/25Less than 1 minute
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.

