Class MyEntityList.MyEntityListShortInfoItem
Inheritance
System.Object
MyEntityList.MyEntityListShortInfoItem
Assembly: Sandbox.Game.dll
Syntax
public class MyEntityListShortInfoItem : Object
Constructors
MyEntityListShortInfoItem()
Declaration
public MyEntityListShortInfoItem()
MyEntityListShortInfoItem(MyEntityList.MyEntityListInfoItem)
Declaration
public MyEntityListShortInfoItem(MyEntityList.MyEntityListInfoItem fullInfo)
Parameters
MyEntityListShortInfoItem(String, Int64)
Declaration
public MyEntityListShortInfoItem(string displayName, long entityId)
Parameters
Type |
Name |
Description |
System.String |
displayName |
|
System.Int64 |
entityId |
|
Fields
DisplayName
Declaration
public string DisplayName
Field Value
Type |
Description |
System.String |
|
EntityId
Declaration
Field Value
Type |
Description |
System.Int64 |
|