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