Nexus.Client.Games.Gamebryo.Tools.TESsnip.BaseRecord.GetIDs C# (CSharp) Method

GetIDs() abstract private method

Gets the ids of the sub-records in the record.
abstract private GetIDs ( bool lower ) : List
lower bool Whether or not to lower-case the returned ids.
return List
		internal abstract List<string> GetIDs(bool lower);