Example #1
0
 public void ListAllAvailableMissions(SWIGTYPE_p_VectorT_String_t List)
 {
     testPINVOKE.CMissionManager_ListAllAvailableMissions(swigCPtr, SWIGTYPE_p_VectorT_String_t.getCPtr(List));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void GetLoadedStates(SWIGTYPE_p_VectorT_String_t Names)
 {
     testPINVOKE.CCharacterStateManager_GetLoadedStates(swigCPtr, SWIGTYPE_p_VectorT_String_t.getCPtr(Names));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_VectorT_String_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }