Item.lore

Gets the item's lore or description which is displayed under the item's name when the item is hovered in the player's inventory.

  1. string lore [@property getter]
    class Item
    pure nothrow @property @safe @nogc
    string
    lore
    ()
  2. string[] lore [@property setter]
  3. string lore [@property setter]

Meta