Show / Hide Table of Contents

Class MyEntityList.MyEntityListInfoItem

Inheritance
System.Object
MyEntityList.MyEntityListInfoItem
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public class MyEntityListInfoItem : Object

Constructors

MyEntityListInfoItem()

Declaration
public MyEntityListInfoItem()

MyEntityListInfoItem(String, Int64, Int32, Nullable<Int32>, Single, Vector3D, Single, Single, String, Int64, Single, Nullable<Single>, MyUpdateTiersPlayerPresence, MyUpdateTiersGridPresence, Nullable<Boolean>, Boolean)

Declaration
public MyEntityListInfoItem(string displayName, long entityId, int blockCount, Nullable<int> pcu, float mass, Vector3D position, float speed, float distanceFromPlayers, string ownerName, long owner, float ownerLogin, Nullable<float> ownerLogout, MyUpdateTiersPlayerPresence playerPresenceTier, MyUpdateTiersGridPresence gridPresenceTier, Nullable<bool> isReplicated = null, bool isGrid = false)
Parameters
Type Name Description
System.String displayName
System.Int64 entityId
System.Int32 blockCount
System.Nullable<System.Int32> pcu
System.Single mass
Vector3D position
System.Single speed
System.Single distanceFromPlayers
System.String ownerName
System.Int64 owner
System.Single ownerLogin
System.Nullable<System.Single> ownerLogout
MyUpdateTiersPlayerPresence playerPresenceTier
MyUpdateTiersGridPresence gridPresenceTier
System.Nullable<System.Boolean> isReplicated
System.Boolean isGrid

Fields

BlockCount

Declaration
public int BlockCount
Field Value
Type Description
System.Int32

DisplayName

Declaration
public string DisplayName
Field Value
Type Description
System.String

DistanceFromPlayers

Declaration
public float DistanceFromPlayers
Field Value
Type Description
System.Single

EntityId

Declaration
public long EntityId
Field Value
Type Description
System.Int64

GridPresenceTier

Declaration
public MyUpdateTiersGridPresence GridPresenceTier
Field Value
Type Description
MyUpdateTiersGridPresence

IsGrid

Declaration
public bool IsGrid
Field Value
Type Description
System.Boolean

IsReplicated

Declaration
public Nullable<bool> IsReplicated
Field Value
Type Description
System.Nullable<System.Boolean>

Mass

Declaration
public float Mass
Field Value
Type Description
System.Single

Owner

Declaration
public long Owner
Field Value
Type Description
System.Int64

OwnerLoginTime

Declaration
public float OwnerLoginTime
Field Value
Type Description
System.Single

OwnerLogoutTime

Declaration
public Nullable<float> OwnerLogoutTime
Field Value
Type Description
System.Nullable<System.Single>

OwnerName

Declaration
public string OwnerName
Field Value
Type Description
System.String

PCU

Declaration
public Nullable<int> PCU
Field Value
Type Description
System.Nullable<System.Int32>

PlayerPresenceTier

Declaration
public MyUpdateTiersPlayerPresence PlayerPresenceTier
Field Value
Type Description
MyUpdateTiersPlayerPresence

Position

Declaration
public Vector3D Position
Field Value
Type Description
Vector3D

Speed

Declaration
public float Speed
Field Value
Type Description
System.Single

Methods

Add(ref MyEntityList.MyEntityListInfoItem)

Declaration
public void Add(ref MyEntityList.MyEntityListInfoItem item)
Parameters
Type Name Description
MyEntityList.MyEntityListInfoItem item
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾