FSO.Files.Formats.IFF.Chunks.STR.GetStringEntry C# (CSharp) 메소드

GetStringEntry() 공개 메소드

Gets a STRItem instance from this STR chunk.
public GetStringEntry ( int index ) : STRItem
index int Index of STRItem.
리턴 STRItem
        public STRItem GetStringEntry(int index)
        {
            return GetStringEntry(index, STRLangCode.Default);
        }

Same methods

STR::GetStringEntry ( int index, STRLangCode language ) : STRItem