690 B
690 B
WalkToPosBlockCommand
Extends: ESCBaseCommand < Node
Description
walk_to_pos_block player x y
Makes the player walk to the position x/y. This is a blocking command.
@ESC
Method Descriptions
configure
func configure() -> ESCCommandArgumentDescriptor
Return the descriptor of the arguments of this command
validate
func validate(arguments: Array)
Validate wether the given arguments match the command descriptor
run
func run(command_params: Array) -> var
Run the command