コード例 #1
0
ファイル: LuaUtils.cs プロジェクト: MadAbs/smapi-mod-dump
 public static void registerTypeFromString(string fullTypeName, bool showErrors = true, bool registerAssembly = false, Func <Type, bool> predicate = null)
 {
     PyLua.registerTypeFromString(fullTypeName, showErrors, registerAssembly, predicate);
 }