CONVERT_NAME(1) CONVERT_NAME(1)
NNAAMMEE
_c_o_n_v_e_r_t___n_a_m_e_(_) - creates a unique identifier for a name
string
SSYYNNOOPPSSIISS
string convert_name(string str)
DDEESSCCRRIIPPTTIIOONN
This function takes a capitalized name and returns the
real name any player using that cap name must have.
EEXXAAMMPPLLEESS
+o convert_name("Descartes of Borg") returns
"descartesofborg"
NNOOTTEESS
The value of _c_o_n_v_e_r_t___n_a_m_e((string)player->_q_u_e_r_y___C_a_p_N_a_m_e_(_))
always equals (string)player->_q_u_e_r_y___n_a_m_e_(_).
LLOOCCAATTIIOONN
/secure/SimulEfun/convert_name.c
AAuutthhoorr
Descartes of Borg
1