CASCExplorer.APMFile.GetEntry C# (CSharp) Method

GetEntry() public method

public GetEntry ( int index ) : APMEntry
index int
return APMEntry
        public APMEntry GetEntry(int index)
        {
            return entries[index];
        }