Space Engineers
Public Member Functions | Properties | List of all members
VRage.Game.ModAPI.IMyPlayer Interface Reference
Inheritance diagram for VRage.Game.ModAPI.IMyPlayer:
Sandbox.Game.World.MyPlayer

Public Member Functions

VRage.Game.MyRelationsBetweenPlayerAndBlock GetRelationTo (long playerId)
 
void AddGrid (long gridEntityId)
 
void RemoveGrid (long gridEntityId)
 
VRageMath.Vector3D GetPosition ()
 

Properties

IMyNetworkClient Client [get]
 
HashSet< long > Grids [get]
 
IMyEntityController Controller [get]
 
ulong SteamUserId [get]
 
string DisplayName [get]
 
long PlayerID [get]
 
long IdentityId [get]
 
bool IsAdmin [get]
 
bool IsPromoted [get]
 

Detailed Description

Definition at line 5 of file IMyPlayer.cs.

Member Function Documentation

void VRage.Game.ModAPI.IMyPlayer.AddGrid ( long  gridEntityId)

Implemented in Sandbox.Game.World.MyPlayer.

VRageMath.Vector3D VRage.Game.ModAPI.IMyPlayer.GetPosition ( )

Implemented in Sandbox.Game.World.MyPlayer.

VRage.Game.MyRelationsBetweenPlayerAndBlock VRage.Game.ModAPI.IMyPlayer.GetRelationTo ( long  playerId)

Implemented in Sandbox.Game.World.MyPlayer.

void VRage.Game.ModAPI.IMyPlayer.RemoveGrid ( long  gridEntityId)

Implemented in Sandbox.Game.World.MyPlayer.

Property Documentation

IMyNetworkClient VRage.Game.ModAPI.IMyPlayer.Client
get

Definition at line 7 of file IMyPlayer.cs.

IMyEntityController VRage.Game.ModAPI.IMyPlayer.Controller
get

Definition at line 13 of file IMyPlayer.cs.

string VRage.Game.ModAPI.IMyPlayer.DisplayName
get

Definition at line 16 of file IMyPlayer.cs.

HashSet<long> VRage.Game.ModAPI.IMyPlayer.Grids
get

Definition at line 10 of file IMyPlayer.cs.

long VRage.Game.ModAPI.IMyPlayer.IdentityId
get

Definition at line 18 of file IMyPlayer.cs.

bool VRage.Game.ModAPI.IMyPlayer.IsAdmin
get

Definition at line 19 of file IMyPlayer.cs.

bool VRage.Game.ModAPI.IMyPlayer.IsPromoted
get

Definition at line 20 of file IMyPlayer.cs.

long VRage.Game.ModAPI.IMyPlayer.PlayerID
get

Definition at line 17 of file IMyPlayer.cs.

ulong VRage.Game.ModAPI.IMyPlayer.SteamUserId
get

Definition at line 15 of file IMyPlayer.cs.


The documentation for this interface was generated from the following file: