Class RangeAttack
Inheritance
System.Object
RangeAttack
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public class RangeAttack : AbstractAbilityActivation
Fields
|
Improve this Doc
View Source
CastingStart
Declaration
public AnimationEvent CastingStart
Field Value
|
Improve this Doc
View Source
FireProjectile
Declaration
public AnimationEvent FireProjectile
Field Value
|
Improve this Doc
View Source
Projectile
Declaration
public GameObject Projectile
Field Value
| Type |
Description |
| GameObject |
|
|
Improve this Doc
View Source
SelfGameplayEffect
Declaration
public GameplayEffect SelfGameplayEffect
Field Value
|
Improve this Doc
View Source
TargetGameplayEffect
Declaration
public GameplayEffect TargetGameplayEffect
Field Value
Methods
|
Improve this Doc
View Source
ActivateAbility(IGameplayAbilitySystem, IGameplayAbility)
Declaration
public override void ActivateAbility(IGameplayAbilitySystem AbilitySystem, IGameplayAbility Ability)
Parameters
Overrides