Interface IPlayer
Represents a player entity.
Inherited Members
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayer : IEntity, IGameObject
Properties
| Improve this Doc View SourceAddress
The address of the player.
Declaration
IPAddress? Address { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IPAddress> |
Stance
The stance of the player.
Declaration
string Stance { get; }
Property Value
Type | Description |
---|---|
System.String |