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);
		}