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

Method formatDesc

Engine/source/afx/ui/afxSpellButton.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332const char* afxSpellButton::formatDesc(char* buffer, int len) const
333{
334 return (spellbook) ? spellbook->formatDesc(buffer, len, book_slot.x, book_slot.y) : "";
335}
336
337afxMagicSpellData* afxSpellButton::getSpellDataBlock() const
338{

Callers 1

afxSpellButton.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected