MLPlayer MassiveLoopRoom.FindPlayerByActorNumber(int actorNumber)
7/14/25Less than 1 minute
Member of ML.SDK.MassiveLoopRoom
Method | Static
MLPlayer MassiveLoopRoom.FindPlayerByActorNumber(int actorNumber)
static MLPlayer MassiveLoopRoom.FindPlayerByActorNumber(int actorNumber);
Parameters
Parameter | Type | Description |
---|---|---|
actorNumber | int | ActorID of the player. |
Returns
The player if found, null otherwise.
Summary
Looks for the player in room with specific actor id.