Method ActionAttackTarget
ActionAttackTarget(NwGameObject, bool)
Instructs this creature to start attacking the target using whichever weapon they currently have equipped.
public Task ActionAttackTarget(NwGameObject target, bool passive = false)
Parameters
targetNwGameObjectThe target object to attack.
passiveboolIf TRUE, the attacker will not move to attack the target. If we have a melee weapon equipped, we will just stand still.