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 7: Line 7:
 
:{{CSharp|bool AllowRichText {get; set;} }}
 
:{{CSharp|bool AllowRichText {get; set;} }}
  
:{{CSharp|Single ChatOpacity {get; set;} }}
+
:{{CSharp|float ChatOpacity {get; set;} }}
  
 
:{{CSharp|bool DropShadow {get; set;} }}
 
:{{CSharp|bool DropShadow {get; set;} }}
Line 24: Line 24:
  
 
===Methods===
 
===Methods===
:{{CSharp|bool AddChatChannel(Guid? channel)}}
+
:{{CSharp|bool AddChatChannel(Guid? channel {{=}} NULL)}}
  
:{{CSharp|bool RemoveChatChannel(Guid? channel)}}
+
:{{CSharp|bool RemoveChatChannel(Guid? channel {{=}} NULL)}}
  
 
:{{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:56, 20 February 2017

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

Remarks [edit]

Properties

bool AllowRichText {get; set;}
float 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 = NULL)
bool RemoveChatChannel(Guid? channel = NULL)
void SetLevelModifier(int level, string start, string end)