Class UnitPartBuffSuppressFixed.SuppressionEffectEntry
Inheritance
System.Object
UnitPartBuffSuppressFixed.SuppressionEffectEntry
Assembly: BlueprintCore.dll
Syntax
public class SuppressionEffectEntry
Constructors
|
Improve this Doc
View Source
SuppressionEffectEntry()
Declaration
public SuppressionEffectEntry()
|
Improve this Doc
View Source
SuppressionEffectEntry(EntityFact, UnitPartBuffSuppressFixed.SuppresionType, Buff[])
Declaration
public SuppressionEffectEntry(EntityFact source, UnitPartBuffSuppressFixed.SuppresionType type, params Buff[] buffs)
Parameters
Fields
|
Improve this Doc
View Source
Buffs
Declaration
[JsonProperty]
public readonly List<EntityFactRef<Buff>> Buffs
Field Value
Type |
Description |
System.Collections.Generic.List<Kingmaker.EntitySystem.EntityFactRef<Kingmaker.UnitLogic.Buffs.Buff>> |
|
|
Improve this Doc
View Source
Source
Declaration
[JsonProperty]
public readonly EntityFactRef<EntityFact> Source
Field Value
Type |
Description |
Kingmaker.EntitySystem.EntityFactRef<Kingmaker.EntitySystem.EntityFact> |
|
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty]
public readonly UnitPartBuffSuppressFixed.SuppresionType Type
Field Value
Methods
|
Improve this Doc
View Source
ActivateSuppression()
Declaration
public void ActivateSuppression()
|
Improve this Doc
View Source
DeactivateSuppression()
Declaration
public void DeactivateSuppression()