Example #1
0
 public static extern bool mwTool_parseCharacterArmoryInfo(
     [MarshalAs(UnmanagedType.LPStr)] string filename,
     out SCharacterArmoryInfo charInfo);
Example #2
0
 public bool ParseCharacterArmoryInfo(string filename, out SCharacterArmoryInfo charInfo)
 {
     return(mwTool_parseCharacterArmoryInfo(filename, out charInfo));
 }