Class MyObjectBuilder_FactionChatItem
Inheritance
System.Object
MyObjectBuilder_FactionChatItem
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_FactionChatItem : MyObjectBuilder_Base
Constructors
MyObjectBuilder_FactionChatItem()
Declaration
public MyObjectBuilder_FactionChatItem()
Fields
IdentityIdUniqueNumber
Declaration
public long IdentityIdUniqueNumber
Field Value
Type |
Description |
System.Int64 |
|
IsAlreadySentTo
Declaration
public List<bool> IsAlreadySentTo
Field Value
Type |
Description |
System.Collections.Generic.List<System.Boolean> |
|
PlayersToSendToUniqueNumber
Declaration
public List<long> PlayersToSendToUniqueNumber
Field Value
Type |
Description |
System.Collections.Generic.List<System.Int64> |
|
Text
Declaration
Field Value
Type |
Description |
System.String |
|
TimestampMs
Declaration
Field Value
Type |
Description |
System.Int64 |
|
Extension Methods