Exemplo n.º 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();
     }
 }
Exemplo n.º 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();
     }
 }