Home
last modified time | relevance | path

Searched refs:sNameText (Results 1 – 3 of 3) sorted by relevance

/dports/games/devilutionX/devilutionX-1.2.1/
H A Dstructs.h127 const char *sNameText; member
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dcontrol.cpp413 sprintf(infostr, "%s Spell", spelldata[pSpell].sNameText); in DrawSpellList()
425 sprintf(infostr, "Scroll of %s", spelldata[pSpell].sNameText); in DrawSpellList()
448 sprintf(infostr, "Staff of %s", spelldata[pSpell].sNameText); in DrawSpellList()
1045 sprintf(tempstr, "%s Spell", spelldata[v].sNameText); in CheckPanelInfo()
1057 sprintf(tempstr, "Scroll of %s", spelldata[v].sNameText); in CheckPanelInfo()
1081 sprintf(tempstr, "Staff of %s", spelldata[v].sNameText); in CheckPanelInfo()
1884 PrintSBookStr(out, 10, yp - 23, FALSE, spelldata[sn].sNameText, COL_WHITE); in DrawSpellBook()
H A Ditems.cpp1695 strcat(item[i]._iName, spelldata[bs].sNameText); in GetBookSpell()
1696 strcat(item[i]._iIName, spelldata[bs].sNameText); in GetBookSpell()
1758 sprintf(istr, "%s of %s", item[i]._iIName, spelldata[bs].sNameText); in GetStaffPower()
1799 sprintf(istr, "%s of %s", item[i]._iName, spelldata[bs].sNameText); in GetStaffSpell()
1801 sprintf(istr, "Staff of %s", spelldata[bs].sNameText); in GetStaffSpell()
3754 sprintf(tempstr, "%i %s charges", x->_iMaxCharges, spelldata[x->_iSpell].sNameText); in PrintItemPower()