Class: Lich::Gemstone::Game

Inherits:
Lich::GameBase::Game show all
Defined in:
documented/games.rb

Overview

Game class for Gemstone

Class Method Summary collapse

Methods inherited from Lich::GameBase::Game

_gets, _puts, close, closed?, display_ruby_warning, gets, handle_autostart, handle_thread_error, handle_xml_error, initialize_buffers, log_error, open, process_downstream_hooks, process_room_information, process_server_string, process_xml_data, puts, send_to_client, set_game_instance, start_cli_scripts, start_main_thread, start_wrap_thread

Class Method Details

.initializeObject



853
854
855
856
# File 'documented/games.rb', line 853

def initialize
  initialize_buffers
  set_game_instance('GS')
end