Class CustomAbilityCapabilities

Namespace
FTK2.ModAPI.Content.Abilities
Assembly
FTK2.ModAPI.dll

Explicit support flags for the current custom-ability implementation.

public sealed class CustomAbilityCapabilities
Inheritance
CustomAbilityCapabilities
Inherited Members

Constructors

CustomAbilityCapabilities()

public CustomAbilityCapabilities()

Properties

CustomStatusCreation

public bool CustomStatusCreation { get; }

Property Value

bool

ExecutionInstrumentation

public bool ExecutionInstrumentation { get; }

Property Value

bool

ExistingStatusReferences

public bool ExistingStatusReferences { get; }

Property Value

bool

ItemIntegration

public bool ItemIntegration { get; }

Property Value

bool

MultiplayerVerified

public bool MultiplayerVerified { get; }

Property Value

bool

NativeActivation

public bool NativeActivation { get; }

Property Value

bool

SavePersistence

public bool SavePersistence { get; }

Property Value

bool

StatChangeEffects

public bool StatChangeEffects { get; }

Property Value

bool

TemplateCreation

public bool TemplateCreation { get; }

Property Value

bool

TypedTargeting

public bool TypedTargeting { get; }

Property Value

bool