EndBlockSayCommand

Extends: ESCBaseCommand < Resource

Description

end_block_say

say commands used subsequent to using the end_block_say command will no longer reuse the dialog box type used by the previous say command(s) encountered.

Using end_block_say more than once is safe and idempotent.

Example: block say say player "Picture's looking good." say player "And so am I." end_block_say

This example will reuse the same dialog box type since they are the same between both say calls.

@ESC

Method Descriptions

configure

func configure() -> ESCCommandArgumentDescriptor

Return the descriptor of the arguments of this command

validate

func validate(arguments: Array)

Validate whether the given arguments match the command descriptor

run

func run(command_params: Array) -> int

Run the command

interrupt

func interrupt()

Function called when the command is interrupted.