VRage.Game.ModAPI
IMyIdentity
Assembly: VRage.Game.dll
public interface IMyIdentity
Describes player or bot (mods interface)
Events
| Member | Description |
|---|---|
| CharacterChanged | Triggered when the player's character changes. |
Properties
| Member | Description |
|---|---|
| ColorMask | The player's model color mask |
| DisplayName | Name of player. |
| IdentityId | Player's unique identity id. |
| IsDead | Gets if the player is dead |
| Model | Gets the model the player is using. |
| PlayerId | Obsolete: Use IdentityId instead. |