Class GameplayEffect
Inheritance
System.Object
GameplayEffect
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public class GameplayEffect : ScriptableObject
Properties
|
Improve this Doc
View Source
GameplayEffectPolicy
Declaration
public GameplayEffectPolicy GameplayEffectPolicy { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public GameplayEffectTags GameplayEffectTags { get; }
Property Value
Methods
|
Improve this Doc
View Source
EffectExpired(Single)
Declaration
public bool EffectExpired(float CooldownTimeElapsed)
Parameters
| Type |
Name |
Description |
| System.Single |
CooldownTimeElapsed |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ExecuteEffect(IGameplayAbilitySystem)
Declaration
public bool ExecuteEffect(IGameplayAbilitySystem TargetAbilitySystem)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public List<GameplayTag> GetOwningTags()
Returns