예제 #1
0
 public void GetPlacedItems(SWIGTYPE_p_VectorT_Core__CInventoryItem_p_t List)
 {
     testPINVOKE.CItemsManager_GetPlacedItems(swigCPtr, SWIGTYPE_p_VectorT_Core__CInventoryItem_p_t.getCPtr(List));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
    public SWIGTYPE_p_VectorT_Core__CInventoryItem_p_t GetItems()
    {
        SWIGTYPE_p_VectorT_Core__CInventoryItem_p_t ret = new SWIGTYPE_p_VectorT_Core__CInventoryItem_p_t(testPINVOKE.CBuilding_GetItems(swigCPtr), true);

        return(ret);
    }
 internal static HandleRef getCPtr(SWIGTYPE_p_VectorT_Core__CInventoryItem_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }