Method ActionCastFakeSpellAt
ActionCastFakeSpellAt(NwSpell, Location, ProjectilePathType)
Begins the casting animation and spell fx for the specified spell, without any spell effects.
public Task ActionCastFakeSpellAt(NwSpell spell, Location location, ProjectilePathType pathType = ProjectilePathType.Default)
Parameters
spellNwSpellThe spell to cast.
locationLocationThe target location for the fake spell to be cast at.
pathTypeProjectilePathTypeAn optional path type for this spell to use.
Returns
ActionCastFakeSpellAt(NwSpell, NwGameObject, ProjectilePathType)
Begins the casting animation and spell fx for the specified spell, without any spell effects.
public Task ActionCastFakeSpellAt(NwSpell spell, NwGameObject target, ProjectilePathType pathType = ProjectilePathType.Default)
Parameters
spellNwSpellThe spell to cast.
targetNwGameObjectThe target object for the fake spell to be cast at.
pathTypeProjectilePathTypeAn optional path type for this spell to use.