Home
last modified time | relevance | path

Searched refs:Send_spell_info (Results 1 – 4 of 4) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dexterns.h439 extern int Send_spell_info(int Ind, int i, cptr out_val);
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dexterns.h1087 extern int Send_spell_info(int Ind, int realm, int book, int i, cptr out_val);
H A Dxtra1.c2482 Send_spell_info(Ind, 0, 0, 0, "nothing"); in calc_body_spells()
3131 if (!suppress_boni && logged_in) Send_spell_info(Ind, 0, 0, 0, "nothing");
H A Dnserver.c5986 int Send_spell_info(int Ind, int realm, int book, int i, cptr out_val) function