Пример #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_VectorT_Core__CProjectile_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Пример #2
0
    public SWIGTYPE_p_VectorT_Core__CProjectile_p_t GetProjectiles()
    {
        SWIGTYPE_p_VectorT_Core__CProjectile_p_t ret = new SWIGTYPE_p_VectorT_Core__CProjectile_p_t(testPINVOKE.CMagazine_GetProjectiles(swigCPtr), false);

        return(ret);
    }