Skip to main content
Member of ML.SDK.MassiveLoopRoom
Method | Static

MLPlayer MassiveLoopRoom.FindPlayerByGuid(string guid)

static MLPlayer MassiveLoopRoom.FindPlayerByGuid(string guid);

Parameters

ParameterTypeDescription
guidstringThe player guid to search for.

Returns

MLPlayer

The Player with given guid if found, null otherwise.

Summary

Finds player with the given Guid.