| 340 | } |
| 341 | |
| 342 | afxRPGMagicSpellData* afxSpellButton::getSpellRPGDataBlock() const |
| 343 | { |
| 344 | return (spellbook) ? spellbook->getSpellRPGData(book_slot.x, book_slot.y) : 0; |
| 345 | } |
| 346 | |
| 347 | //~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// |
| 348 |
no test coverage detected