class TyranoDsl::ExportGame::WritingWords::HideMessageWindow

Public Instance Methods

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