Class DebugPrintToChatBlock
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class DebugPrintToChatBlock : IScriptBlock, IMetaClass
Properties
| Improve this Doc View SourceColor
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Src
Declaration
public ScriptTableGet Src { get; set; }
Property Value
Type | Description |
---|---|
ScriptTableGet |
ToSay
Declaration
public IStringGet ToSay { get; set; }
Property Value
Type | Description |
---|---|
IStringGet |