Files
gymkhana-actions/docs/api/ESCWalkContext.md
Dennis Ploeger 58d880101d Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-06-22 23:06:20 +02:00

705 B

ESCWalkContext

Extends: Object

Description

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

Property Descriptions

target_object

var target_object: ESCObject

Target object that the walk command tries to reach

target_position

var target_position: Vector2 = "(0, 0)"

The target position

fast

var fast: bool

Wether to move fast

Method Descriptions

_init

func _init(p_target_object: ESCObject, p_target_position: Vector2, p_fast: bool)