Table of Contents

Method GetPlayer

Namespace
Pillars.Core.Player.Controllers
Assembly
Pillars.dll

GetPlayer(Player)

For a given HogWarp Player, returns the corresponding PiPlayer

public PiPlayer? GetPlayer(Player native)

Parameters

native Player

Returns

PiPlayer

GetPlayer(ulong)

For a given playerId, returns a possible corresponding PiPlayer

public PiPlayer? GetPlayer(ulong playerId)

Parameters

playerId ulong

Returns

PiPlayer