MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getSpellRPGDataBlock

Method getSpellRPGDataBlock

Engine/source/afx/ui/afxSpellButton.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

afxSpellButton.cppFile · 0.80

Calls 1

getSpellRPGDataMethod · 0.80

Tested by

no test coverage detected