Show / Hide Table of Contents

Interface IGameplayCost

Represents the cost of a IGameplayAbility. The GameplayEffect defines the actual cost of the ability by describing which IAttribute are reduced on the casting IGameplayAbilitySystem (e.g. mana)

Namespace: GameplayAbilitySystem.Interfaces
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public interface IGameplayCost

Properties

| Improve this Doc View Source

CostGameplayEffect

Cost definition for a IGameplayAbility

Declaration
GameplayEffect CostGameplayEffect { get; }
Property Value
Type Description
GameplayEffect
  • Improve this Doc
  • View Source
Back to top Generated by DocFX