Difference between revisions of "GUIChatSurface"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUIChatSurface class)
(Documentation for the GUIChatSurface class)
Line 22: Line 22:
  
 
:{{CSharp|string TimeStampFormat {get; set;} }}
 
:{{CSharp|string TimeStampFormat {get; set;} }}
 
:{{CSharp|bool TranscriptMode {get; set;} }}
 
  
 
===Methods===
 
===Methods===
:{{CSharp|bool AddChatChannel(string channel)}}
+
:{{CSharp|bool AddChatChannel(Guid? channel)}}
  
:{{CSharp|bool RemoveChatChannel(string channel)}}
+
:{{CSharp|bool RemoveChatChannel(Guid? channel)}}
  
 
:{{CSharp|void SetLevelModifier(int level, string start, string end)}}
 
:{{CSharp|void SetLevelModifier(int level, string start, string end)}}
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 17:38, 17 February 2017

  • Inherits class: GUIScrollBox
  • This is a JavaScript visible object

Remarks [edit]

Properties

bool AllowRichText {get; set;}
Single ChatOpacity {get; set;}
bool DropShadow {get; set;}
Color32 DropShadowColor {get; set;}
int FontSize {get; set;}
Color32 LinkColor {get; set;}
bool LinksEnabled {get; set;}
int MaximumMessages {get; set;}
string TimeStampFormat {get; set;}

Methods

bool AddChatChannel(Guid? channel)
bool RemoveChatChannel(Guid? channel)
void SetLevelModifier(int level, string start, string end)