Class UnitPartBuffSuppressFixed.ContinuousSuppressionEffectEntry
Inheritance
System.Object
UnitPartBuffSuppressFixed.ContinuousSuppressionEffectEntry
Assembly: BlueprintCore.dll
Syntax
public class ContinuousSuppressionEffectEntry : UnitPartBuffSuppressFixed.ContinuousSuppressionEffectBase
Constructors
|
Improve this Doc
View Source
ContinuousSuppressionEffectEntry()
Declaration
public ContinuousSuppressionEffectEntry()
|
Improve this Doc
View Source
ContinuousSuppressionEffectEntry(EntityFact, BlueprintBuffReference[], SpellSchool[], SpellDescriptor)
Declaration
public ContinuousSuppressionEffectEntry(EntityFact source, BlueprintBuffReference[] buffs, SpellSchool[] spellSchools, SpellDescriptor spellDescriptor)
Parameters
Type |
Name |
Description |
Kingmaker.EntitySystem.EntityFact |
source |
|
Kingmaker.Blueprints.BlueprintBuffReference[] |
buffs |
|
Kingmaker.Blueprints.Classes.Spells.SpellSchool[] |
spellSchools |
|
Kingmaker.Blueprints.Classes.Spells.SpellDescriptor |
spellDescriptor |
|
Fields
|
Improve this Doc
View Source
Buffs
Declaration
[JsonProperty]
public readonly BlueprintBuffReference[] Buffs
Field Value
Type |
Description |
Kingmaker.Blueprints.BlueprintBuffReference[] |
|
|
Improve this Doc
View Source
Descriptor
Declaration
[JsonProperty]
public readonly SpellDescriptor Descriptor
Field Value
Type |
Description |
Kingmaker.Blueprints.Classes.Spells.SpellDescriptor |
|
|
Improve this Doc
View Source
Schools
Declaration
[JsonProperty]
public readonly SpellSchool[] Schools
Field Value
Type |
Description |
Kingmaker.Blueprints.Classes.Spells.SpellSchool[] |
|
Methods
|
Improve this Doc
View Source
ShouldSuppress(Buff)
Declaration
public override bool ShouldSuppress(Buff buff)
Parameters
Type |
Name |
Description |
Kingmaker.UnitLogic.Buffs.Buff |
buff |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides