SharpMod.Model.Index C# (CSharp) Method

Index() public static method

Gets the index of a loaded Model
public static Index ( string filename ) : int
filename string /// A ///
return int
        public static int Index(string filename)
        {
            return MetaModEngine.engineFunctions.ModelIndex(filename);
        }