Esempio n. 1
0
 // the *index functions create configstrings and some internal server state
 public int modelindex(string name)
 {
     return(SV_INIT.SV_ModelIndex(name));
 }
Esempio n. 2
0
 public virtual int Modelindex(string name)
 {
     return(SV_INIT.SV_ModelIndex(name));
 }