Example #1
0
 /**
  * @version 0.1.3
  * @since 0.0.7
  * @return array List of rune names.
  * @throws E_OTS_NotLoaded If spells list is not loaded.
  * @deprecated 0.1.3 Use POT::getSpellsList()->getRunesList().
  */
 public function getRunesList()
 {
     if (isset($this->spells)) {
         return $this->spells->getRunesList();
     }
     throw new E_OTS_NotLoaded();
 }