Method JumpToObject
JumpToObject(NwGameObject, bool)
Teleports this creature to the nearest valid location by the target.
This action produces no visual effect.
public Task JumpToObject(NwGameObject gameObject, bool walkStraightLineToPoint = true)
Parameters
gameObjectNwGameObjectThe target object to jump to.
walkStraightLineToPointboolUnknown.
Returns
Remarks
Does not affect dead or dying creatures.