Class MyObjectBuilder_Checkpoint.PlayerItem
Inheritance
System.Object
MyObjectBuilder_Checkpoint.PlayerItem
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
Field Value
Type |
Description |
System.Boolean |
|
Model
Declaration
Field Value
Type |
Description |
System.String |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
PlayerId
Declaration
Field Value
Type |
Description |
System.Int64 |
|
SteamId
Declaration
Field Value
Type |
Description |
System.UInt64 |
|