Class IGameCalculation
Inheritance
System.Object
IGameCalculation
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 abstract class IGameCalculation : IMetaClass
Properties
| Improve this Doc View SourceExpandedTooltipCalculationDisplay
Declaration
public byte ExpandedTooltipCalculationDisplay { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Multiplier
Declaration
public IGameCalculationPart Multiplier { get; set; }
Property Value
Type | Description |
---|---|
IGameCalculationPart |
ResultModifier
Declaration
public byte ResultModifier { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
SimpleTooltipCalculationDisplay
Declaration
public byte SimpleTooltipCalculationDisplay { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
StaticTooltipCalculationDisplay
Declaration
public byte StaticTooltipCalculationDisplay { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
TooltipOnly
Declaration
public bool TooltipOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |