Show / Hide Table of Contents

Class MyObjectBuilder_Identity

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_Identity
Inherited Members
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_Identity : MyObjectBuilder_Base

Constructors

MyObjectBuilder_Identity()

Declaration
public MyObjectBuilder_Identity()

Fields

ActiveContracts

Declaration
public List<long> ActiveContracts
Field Value
Type Description
System.Collections.Generic.List<System.Int64>

BlockLimitModifier

Declaration
public int BlockLimitModifier
Field Value
Type Description
System.Int32

CharacterEntityId

Declaration
public long CharacterEntityId
Field Value
Type Description
System.Int64

ColorMask

Declaration
public Nullable<SerializableVector3> ColorMask
Field Value
Type Description
System.Nullable<VRage.SerializableVector3>

DisplayName

Declaration
[Serialize]
public string DisplayName
Field Value
Type Description
System.String

IdentityId

Declaration
public long IdentityId
Field Value
Type Description
System.Int64

IsGlobalEncounterSpawner

Declaration
public bool IsGlobalEncounterSpawner
Field Value
Type Description
System.Boolean

LastDeathPosition

Declaration
[NoSerialize]
public Nullable<Vector3D> LastDeathPosition
Field Value
Type Description
System.Nullable<Vector3D>

LastLoginTime

Declaration
public DateTime LastLoginTime
Field Value
Type Description
System.DateTime

LastLogoutTime

Declaration
public DateTime LastLogoutTime
Field Value
Type Description
System.DateTime

Model

Declaration
[Serialize]
public string Model
Field Value
Type Description
System.String

RespawnShips

Declaration
public List<long> RespawnShips
Field Value
Type Description
System.Collections.Generic.List<System.Int64>

SavedCharacters

Declaration
public HashSet<long> SavedCharacters
Field Value
Type Description
System.Collections.Generic.HashSet<System.Int64>

TransferedPCUDelta

Declaration
public int TransferedPCUDelta
Field Value
Type Description
System.Int32

Properties

PlayerId

Declaration
[NoSerialize]
public long PlayerId { get; set; }
Property Value
Type Description
System.Int64

Methods

ShouldSerializeColorMask()

Declaration
public bool ShouldSerializeColorMask()
Returns
Type Description
System.Boolean

ShouldSerializePlayerId()

Declaration
public bool ShouldSerializePlayerId()
Returns
Type Description
System.Boolean

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾