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();
     }
 }
Beispiel #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();
     }
 }