Nexus.Client.Games.Morrowind.PluginManagement.Boss.BossSorter.EvalConditionals C# (CSharp) Метод

EvalConditionals() приватный Метод

Evaluates the loaded masterlist.
Evaluates all conditional lines and regex mods the loaded masterlist. This exists so that Load() doesn't need to be called whenever the mods installed are changed. Evaluation does not take place unless this function is called. Repeated calls re-evaluate the masterlist from scratch each time, ignoring the results of any previous evaluations. Paths are case-sensitive if the underlying filesystem is case-sensitive.
private EvalConditionals ( ) : void
Результат void
		private void EvalConditionals()
		{
			UInt32 uintStatus = m_dlgEvalConditionals(m_ptrBossDb);
			HandleStatusCode(uintStatus);
		}