OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IPlayer

Represents a player entity.

Inherited Members
IEntity.Asset
IEntity.State
IEntity.EntityInstanceId
IEntity.SetPositionAsync(Vector3)
IEntity.SetPositionAsync(Vector3, Quaternion)
IGameObject.Transform
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayer : IEntity, IGameObject

Properties

| Improve this Doc View Source

Address

The address of the player.

Declaration
IPAddress? Address { get; }
Property Value
Type Description
System.Nullable<IPAddress>
| Improve this Doc View Source

Stance

The stance of the player.

Declaration
string Stance { get; }
Property Value
Type Description
System.String

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)