Class PlayerContainerData
Inheritance
System.Object
PlayerContainerData
Assembly: VRage.Game.dll
Syntax
public class PlayerContainerData : Object
Constructors
PlayerContainerData()
Declaration
public PlayerContainerData()
PlayerContainerData(Int64, Int32, Boolean, Boolean, Int64)
Declaration
public PlayerContainerData(long player, int timer, bool active, bool competetive, long container)
Parameters
| Type |
Name |
Description |
| System.Int64 |
player |
|
| System.Int32 |
timer |
|
| System.Boolean |
active |
|
| System.Boolean |
competetive |
|
| System.Int64 |
container |
|
Fields
Active
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
Competetive
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
ContainerId
Declaration
Field Value
| Type |
Description |
| System.Int64 |
|
PlayerId
Declaration
Field Value
| Type |
Description |
| System.Int64 |
|
Timer
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|