Space Engineers
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Sandbox.Game.World.MyPlayer.PlayerId Struct Reference
Inheritance diagram for Sandbox.Game.World.MyPlayer.PlayerId:

Classes

class  PlayerIdComparerType
 

Public Member Functions

 PlayerId (ulong steamId)
 
 PlayerId (ulong steamId, int serialId)
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
int CompareTo (PlayerId other)
 

Static Public Member Functions

static bool operator== (PlayerId a, PlayerId b)
 
static bool operator!= (PlayerId a, PlayerId b)
 
static PlayerId operator++ (PlayerId id)
 
static PlayerId operator-- (PlayerId id)
 

Public Attributes

ulong SteamId
 
int SerialId
 

Static Public Attributes

static readonly PlayerIdComparerType Comparer = new PlayerIdComparerType()
 

Properties

bool IsValid [get]
 

Detailed Description

Definition at line 27 of file MyPlayer.cs.

Constructor & Destructor Documentation

Sandbox.Game.World.MyPlayer.PlayerId.PlayerId ( ulong  steamId)
inline

Definition at line 37 of file MyPlayer.cs.

Sandbox.Game.World.MyPlayer.PlayerId.PlayerId ( ulong  steamId,
int  serialId 
)
inline

Definition at line 39 of file MyPlayer.cs.

Member Function Documentation

int Sandbox.Game.World.MyPlayer.PlayerId.CompareTo ( PlayerId  other)
inline

Definition at line 71 of file MyPlayer.cs.

override bool Sandbox.Game.World.MyPlayer.PlayerId.Equals ( object  obj)
inline

Definition at line 61 of file MyPlayer.cs.

override int Sandbox.Game.World.MyPlayer.PlayerId.GetHashCode ( )
inline

Definition at line 66 of file MyPlayer.cs.

static bool Sandbox.Game.World.MyPlayer.PlayerId.operator!= ( PlayerId  a,
PlayerId  b 
)
inlinestatic

Definition at line 51 of file MyPlayer.cs.

static PlayerId Sandbox.Game.World.MyPlayer.PlayerId.operator++ ( PlayerId  id)
inlinestatic

Definition at line 95 of file MyPlayer.cs.

static PlayerId Sandbox.Game.World.MyPlayer.PlayerId.operator-- ( PlayerId  id)
inlinestatic

Definition at line 101 of file MyPlayer.cs.

static bool Sandbox.Game.World.MyPlayer.PlayerId.operator== ( PlayerId  a,
PlayerId  b 
)
inlinestatic

Definition at line 46 of file MyPlayer.cs.

override string Sandbox.Game.World.MyPlayer.PlayerId.ToString ( )
inline

Definition at line 56 of file MyPlayer.cs.

Member Data Documentation

readonly PlayerIdComparerType Sandbox.Game.World.MyPlayer.PlayerId.Comparer = new PlayerIdComparerType()
static

Definition at line 92 of file MyPlayer.cs.

int Sandbox.Game.World.MyPlayer.PlayerId.SerialId

Definition at line 33 of file MyPlayer.cs.

ulong Sandbox.Game.World.MyPlayer.PlayerId.SteamId

Definition at line 32 of file MyPlayer.cs.

Property Documentation

bool Sandbox.Game.World.MyPlayer.PlayerId.IsValid
get

Definition at line 35 of file MyPlayer.cs.


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