Áƒ*žE@– P ĤTœĜ¤ŭ3MŻ Ĥw‡AÎNone LoadLibrary isLoadedCoreEngine NPLLLActorNPLoaderLL_v10 GetItemNameSystemClass StrPropertyActorPackage ScriptText TextBuffer bSuccessObject FunctionBoolProperty LibraryName ReturnValue zzCommandzzArg €@@€@€@€€‰2•è!{€ë,NPLOADERpT(, u›~ ˙˙˙˙’~ &€~ ë £LOADLIBRARY-Ë ĊISLOADED-Ë ˙˙ËŜ-TrueĉFalse 2)€@E // Entrylevel actor class NPLLLActor extends Actor native; // ============================================================================= // Native functions // ============================================================================= function native bool LoadLibrary (string LibraryName); function native bool isLoaded (string LibraryName); // ============================================================================= // GetItemName ~ Used for communication with NPLoader (no static binding!) // ============================================================================= /*function string GetItemName (string zzCommand) { local string zzArg; local bool bSuccess; if (Left(CAPS(zzCommand),8) != "NPLOADER") return ""$false; zzCommand = Mid(zzCommand,9); if (InStr(zzCommand," ") != -1) { zzArg = Mid(zzCommand,InStr(zzCommand," ")+1); zzCommand = Left(zzCommand,InStr(zzCommand," ")); } switch(CAPS(zzCommand)) { case "LOADLIBRARY": bSuccess = LoadLibrary (zzArg); return ""$bSuccess; case "ISLOADED": bSuccess = isLoaded (zzArg); return ""$bSuccess; default: return ""$false; } return ""$false; }*/ function string GetItemName (string zzCommand) { local string zzArg; local bool bSuccess; if (Left(CAPS(zzCommand),8) != "NPLOADER") return ""$false; zzCommand = Mid(zzCommand,9); if (InStr(zzCommand," ") != -1) { zzArg = Mid(zzCommand,InStr(zzCommand," ")+1); zzCommand = Left(zzCommand,InStr(zzCommand," ")); } switch(CAPS(zzCommand)) { case "LOADLIBRARY": bSuccess = LoadLibrary (zzArg); break; case "ISLOADED": bSuccess = isLoaded (zzArg); break; default: break; } if (bSuccess) return "True"; else return "False"; } ƒ ˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ ¨ŭğ݃œÔXˆ  g)  ˙˙˙˙  û˙˙˙  ˙˙˙˙  ˙˙˙˙ ˙˙˙˙ ˙˙˙˙ŭ˙˙˙ ˙˙˙˙ ‚ J‚ V„ b‚  n‚ z„  F„ R†‰ K^† i ‚ D ‡ 4P P ƒU`+† u,