コード例 #1
0
ファイル: CItemsManager.cs プロジェクト: paroj/CoreGameEngine
 public void GetItemProfiles(SWIGTYPE_p_VectorT_Core__CItemProfile_p_t List)
 {
     testPINVOKE.CItemsManager_GetItemProfiles(swigCPtr, SWIGTYPE_p_VectorT_Core__CItemProfile_p_t.getCPtr(List));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }