Show / Hide Table of Contents

Class MyObjectBuilder_Checkpoint.PlayerItem

Inheritance
System.Object
MyObjectBuilder_Checkpoint.PlayerItem
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public sealed class PlayerItem : ValueType

Constructors

PlayerItem(Int64, String, Boolean, UInt64, String)

Declaration
public PlayerItem(long id, string name, bool isDead, ulong steamId, string model)
Parameters
Type Name Description
System.Int64 id
System.String name
System.Boolean isDead
System.UInt64 steamId
System.String model

Fields

IsDead

Declaration
public bool IsDead
Field Value
Type Description
System.Boolean

Model

Declaration
public string Model
Field Value
Type Description
System.String

Name

Declaration
public string Name
Field Value
Type Description
System.String

PlayerId

Declaration
public long PlayerId
Field Value
Type Description
System.Int64

SteamId

Declaration
public ulong SteamId
Field Value
Type Description
System.UInt64
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾