WoW API Elixir v0.2.3 Mount View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Mount{
  creature_id: integer(),
  icon: String.t(),
  is_aquatic: boolean(),
  is_flying: boolean(),
  is_ground: boolean(),
  is_jumping: boolean(),
  item_id: integer(),
  name: String.t(),
  quality_id: integer(),
  spell_id: integer()
}