class TyranoDsl::ExportGame::WritingWords::ShowMessageWindow

Public Instance Methods

run(writing_context, world, word_location, parameters) click to toggle source
# File lib/tyrano_dsl/export_game/writing_words/show_message_window.rb, line 5
def run(writing_context, world, word_location, parameters)
  writing_context.append_content(
      word_location,
      '[tb_show_message_window]'
  )
end