Example #1
0
 static public int RemapVariantName(IntPtr l)
 {
     try {
         LBoot.BundleDependencies self = (LBoot.BundleDependencies)checkSelf(l);
         System.String            a1;
         checkType(l, 2, out a1);
         var ret = self.RemapVariantName(a1);
         pushValue(l, ret);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Example #2
0
 public static string RemapVariantBundleName(string bundlePath)
 {
     return(bundleDeps.RemapVariantName(bundlePath));
 }