Beispiel #1
0
    public virtual E_CHARACTER_STATE_OUTCOME Update(SWIGTYPE_p_f32 elapsedTime)
    {
        E_CHARACTER_STATE_OUTCOME ret = (E_CHARACTER_STATE_OUTCOME)testPINVOKE.CCharacterState_Update(swigCPtr, SWIGTYPE_p_f32.getCPtr(elapsedTime));

        if (testPINVOKE.SWIGPendingException.Pending)
        {
            throw testPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #2
0
    public E_CHARACTER_STATE_OUTCOME SeparateFromGroup(SWIGTYPE_p_VectorT_Core__CPlayer_p_t Group, CPlayer Player, SWIGTYPE_p_f32 elapsedTime, SWIGTYPE_p_f32 MaxDistance)
    {
        E_CHARACTER_STATE_OUTCOME ret = (E_CHARACTER_STATE_OUTCOME)testPINVOKE.CCharacterStateManager_SeparateFromGroup__SWIG_1(swigCPtr, SWIGTYPE_p_VectorT_Core__CPlayer_p_t.getCPtr(Group), CPlayer.getCPtr(Player), SWIGTYPE_p_f32.getCPtr(elapsedTime), SWIGTYPE_p_f32.getCPtr(MaxDistance));

        if (testPINVOKE.SWIGPendingException.Pending)
        {
            throw testPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #3
0
    public E_CHARACTER_STATE_OUTCOME EvadeVehicle(CPlayer Player, CPlayer Menace, SWIGTYPE_p_f32 elapsedTime, SWIGTYPE_p_f32 MaxPredictionTime)
    {
        E_CHARACTER_STATE_OUTCOME ret = (E_CHARACTER_STATE_OUTCOME)testPINVOKE.CCharacterStateManager_EvadeVehicle(swigCPtr, CPlayer.getCPtr(Player), CPlayer.getCPtr(Menace), SWIGTYPE_p_f32.getCPtr(elapsedTime), SWIGTYPE_p_f32.getCPtr(MaxPredictionTime));

        if (testPINVOKE.SWIGPendingException.Pending)
        {
            throw testPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #4
0
    public E_CHARACTER_STATE_OUTCOME Search(CPlayer Player, SWIGTYPE_p_f32 elapsedTime)
    {
        E_CHARACTER_STATE_OUTCOME ret = (E_CHARACTER_STATE_OUTCOME)testPINVOKE.CCharacterStateManager_Search(swigCPtr, CPlayer.getCPtr(Player), SWIGTYPE_p_f32.getCPtr(elapsedTime));

        if (testPINVOKE.SWIGPendingException.Pending)
        {
            throw testPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Beispiel #5
0
    public E_CHARACTER_STATE_OUTCOME GetOutcomeState()
    {
        E_CHARACTER_STATE_OUTCOME ret = (E_CHARACTER_STATE_OUTCOME)testPINVOKE.CCharacterState_GetOutcomeState(swigCPtr);

        return(ret);
    }