public SWIGTYPE_p_std__pairT_bool_std__string_t getVariable(string name)
        {
            SWIGTYPE_p_std__pairT_bool_std__string_t ret = new SWIGTYPE_p_std__pairT_bool_std__string_t(OgrePINVOKE.ObjectAbstractNode_getVariable(swigCPtr, name), true);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__pairT_bool_std__string_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }