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 SourceCostGameplayEffect
Cost definition for a IGameplayAbility
Declaration
GameplayEffect CostGameplayEffect { get; }
Property Value
| Type | Description |
|---|---|
| GameplayEffect |