ESCWalkContext

Extends: RefCounted

Description

The walk context describes the target of a walk command and if that command should be executed fast.

Members

target_object

var target_object: ESCObject

Target object that the walk command tries to reach.

target_position

var target_position: Vector2

The target position

fast

var fast: bool

Whether to move fast

dont_interact_on_arrival

var dont_interact_on_arrival: bool

Whether an interaction should NOT happen after walk reaches destination

Methods