Show / Hide Table of Contents

Class UnitPartBuffSuppressFixed.SuppressionEffectEntry

Inheritance
System.Object
UnitPartBuffSuppressFixed.SuppressionEffectEntry
Namespace: BlueprintCore.UnitParts.Replacements
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
Type Name Description
Kingmaker.EntitySystem.EntityFact source
UnitPartBuffSuppressFixed.SuppresionType type
Kingmaker.UnitLogic.Buffs.Buff[] buffs

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
Type Description
UnitPartBuffSuppressFixed.SuppresionType

Methods

| Improve this Doc View Source

ActivateSuppression()

Declaration
public void ActivateSuppression()
| Improve this Doc View Source

DeactivateSuppression()

Declaration
public void DeactivateSuppression()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX