Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.Entities.Character.MyGlobalChatItem Class Reference

Public Member Functions

 MyGlobalChatItem ()
 
 MyGlobalChatItem (string text, long identityId)
 
void Init (MyObjectBuilder_GlobalChatItem chatBuilder)
 
MyObjectBuilder_GlobalChatItem GetObjectBuilder ()
 

Public Attributes

string Text = ""
 
long IdentityId = 0
 
string Author = ""
 
string AuthorFont = MyFontEnum.Blue
 

Detailed Description

Definition at line 458 of file MyChatHistory.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.Character.MyGlobalChatItem.MyGlobalChatItem ( )
inline

Definition at line 465 of file MyChatHistory.cs.

Sandbox.Game.Entities.Character.MyGlobalChatItem.MyGlobalChatItem ( string  text,
long  identityId 
)
inline

Definition at line 469 of file MyChatHistory.cs.

Member Function Documentation

MyObjectBuilder_GlobalChatItem Sandbox.Game.Entities.Character.MyGlobalChatItem.GetObjectBuilder ( )
inline

Definition at line 491 of file MyChatHistory.cs.

void Sandbox.Game.Entities.Character.MyGlobalChatItem.Init ( MyObjectBuilder_GlobalChatItem  chatBuilder)
inline

Definition at line 475 of file MyChatHistory.cs.

Member Data Documentation

string Sandbox.Game.Entities.Character.MyGlobalChatItem.Author = ""

Definition at line 462 of file MyChatHistory.cs.

string Sandbox.Game.Entities.Character.MyGlobalChatItem.AuthorFont = MyFontEnum.Blue

Definition at line 463 of file MyChatHistory.cs.

long Sandbox.Game.Entities.Character.MyGlobalChatItem.IdentityId = 0

Definition at line 461 of file MyChatHistory.cs.

string Sandbox.Game.Entities.Character.MyGlobalChatItem.Text = ""

Definition at line 460 of file MyChatHistory.cs.


The documentation for this class was generated from the following file: