kalevala v0.1.0 Kalevala.World.Exit View Source

Exits link rooms together in one exit_name

To link rooms together, create exits in both exit_names

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Kalevala.World.Exit{
  end_room_id: term(),
  exit_name: term(),
  id: term(),
  start_room_id: term()
}