# TurnToCommand **Extends:** [ESCBaseCommand](../ESCBaseCommand) < [Node](../Node) ## Description `turn_to object object_to_face [wait]` Turns object to face another object. The wait parameter sets how long to wait for each intermediate angle. It defaults to 0, meaning the turnaround is immediate. @ESC ## Method Descriptions ### configure ```gdscript func configure() -> ESCCommandArgumentDescriptor ``` Return the descriptor of the arguments of this command ### validate ```gdscript func validate(arguments: Array) ``` Validate wether the given arguments match the command descriptor ### run ```gdscript func run(command_params: Array) -> int ``` Run the command