Skip to content

global plugin_template._commands.hello_world.say.runner


methods


M.run_say_phrase


function M.run_say_phrase(
  phrase: string[],
  repeat_: number?,
  style: string?
) ->  nil

@param phrase - The text to say.

@param repeat_ - A 1-or-more value. The number of times to print word.

@param style - Control how the text should be shown.

Print phrase according to the other options.

M.run_say_word


function M.run_say_word(
  word: string,
  repeat_: number?,
  style: string?
) ->  nil

@param word - The text to say.

@param repeat_ - A 1-or-more value. The number of times to print word.

@param style - Control how the text should be shown.

Print phrase according to the other options.