Method: Gemwarrior::World#print_vars

Defined in:
lib/gemwarrior/world.rb


28
29
30
31
32
33
34
35
36
# File 'lib/gemwarrior/world.rb', line 28

def print_vars
  puts "======================\n"
  puts "All Variables in World\n"
  puts "======================\n"
  puts "#{list("players", true)}\n"
  puts "#{list("monsters", true)}\n\n"
  puts "#{list("items", true)}\n\n"
  puts "#{list("locations", true)}\n"
end