Example #1
0
 public static int SV_SoundIndex(string name)
 {
     return(SV_INIT.SV_FindIndex(name, Defines.CS_SOUNDS, Defines.MAX_SOUNDS, true));
 }
Example #2
0
 public static int SV_ImageIndex(string name)
 {
     return(SV_INIT.SV_FindIndex(name, Defines.CS_IMAGES, Defines.MAX_IMAGES, true));
 }
Example #3
0
 public static int SV_ModelIndex(string name)
 {
     return(SV_INIT.SV_FindIndex(name, Defines.CS_MODELS, Defines.MAX_MODELS, true));
 }