public MovableTextOverlayAttributes(SWIGTYPE_p_String name, SWIGTYPE_p_Camera cam) : this(testPINVOKE.new_MovableTextOverlayAttributes__SWIG_4(SWIGTYPE_p_String.getCPtr(name), SWIGTYPE_p_Camera.getCPtr(cam)), true)
 {
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public MovableTextOverlayAttributes(SWIGTYPE_p_String name, SWIGTYPE_p_Camera cam, SWIGTYPE_p_String fontName, SWIGTYPE_p_f32 charHeight, SWIGTYPE_p_ColourValue color) : this(testPINVOKE.new_MovableTextOverlayAttributes__SWIG_1(SWIGTYPE_p_String.getCPtr(name), SWIGTYPE_p_Camera.getCPtr(cam), SWIGTYPE_p_String.getCPtr(fontName), SWIGTYPE_p_f32.getCPtr(charHeight), SWIGTYPE_p_ColourValue.getCPtr(color)), true)
 {
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public void AddText(SWIGTYPE_p_String text)
 {
     testPINVOKE.CScrollingMessage_AddText(swigCPtr, SWIGTYPE_p_String.getCPtr(text));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
 public void SetStaticData(SWIGTYPE_p_String StaticData)
 {
     testPINVOKE.CGameManager_SetStaticData(swigCPtr, SWIGTYPE_p_String.getCPtr(StaticData));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetMaterialName(SWIGTYPE_p_String materialName)
 {
     testPINVOKE.MovableTextOverlayAttributes_SetMaterialName(swigCPtr, SWIGTYPE_p_String.getCPtr(materialName));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 6
0
 public void SetBaseAudioResourceName(SWIGTYPE_p_String ResourceName)
 {
     testPINVOKE.CGameManager_SetBaseAudioResourceName(swigCPtr, SWIGTYPE_p_String.getCPtr(ResourceName));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 7
0
 public void Print(SWIGTYPE_p_String text)
 {
     testPINVOKE.CLuaConsole_Print(swigCPtr, SWIGTYPE_p_String.getCPtr(text));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 8
0
 public virtual void GetBubbleHelp(GeListNode node, SWIGTYPE_p_String str)
 {
     C4dApiPINVOKE.NodeData_GetBubbleHelp(swigCPtr, GeListNode.getCPtr(node), SWIGTYPE_p_String.getCPtr(str));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 9
0
    public bool LoadGame(string FileName, SWIGTYPE_p_String ResourceGroupName)
    {
        bool ret = testPINVOKE.CGameManager_LoadGame(swigCPtr, FileName, SWIGTYPE_p_String.getCPtr(ResourceGroupName));

        if (testPINVOKE.SWIGPendingException.Pending)
        {
            throw testPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 10
0
    public Result RegisterWinClass(SWIGTYPE_p_String classname)
    {
        Result ret = new Result(IronSightEnginePINVOKE.Engine_RegisterWinClass__SWIG_4(swigCPtr, SWIGTYPE_p_String.getCPtr(classname)), true);

        //
        if (IronSightEnginePINVOKE.SWIGPendingException.Pending)
        {
            throw IronSightEnginePINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 11
0
    public Result RegisterWinClass(SWIGTYPE_p_String classname, SWIGTYPE_p_HBRUSH bgbrush, bool ismdichildclass, SWIGTYPE_p_HICON icon)
    {
        Result ret = new Result(IronSightEnginePINVOKE.Engine_RegisterWinClass__SWIG_1(swigCPtr, SWIGTYPE_p_String.getCPtr(classname), SWIGTYPE_p_HBRUSH.getCPtr(bgbrush), ismdichildclass, SWIGTYPE_p_HICON.getCPtr(icon)), true);

        //
        if (IronSightEnginePINVOKE.SWIGPendingException.Pending)
        {
            throw IronSightEnginePINVOKE.SWIGPendingException.Retrieve();
        }
        if (IronSightEnginePINVOKE.SWIGPendingException.Pending)
        {
            throw IronSightEnginePINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 12
0
        public bool GenerateShaderCodeFromCache(ParserCache pdat, string /* constString&_cstype */ resultVariableName, SWIGTYPE_p_String result)
        {
            bool ret = C4dApiPINVOKE.Parser_GenerateShaderCodeFromCache(swigCPtr, ParserCache.getCPtr(pdat), resultVariableName, SWIGTYPE_p_String.getCPtr(result));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 13
0
    public SWIGTYPE_p_String GetStaticData()
    {
        SWIGTYPE_p_String ret = new SWIGTYPE_p_String(testPINVOKE.CGameManager_GetStaticData(swigCPtr), false);

        return(ret);
    }
Esempio n. 14
0
    public SWIGTYPE_p_String GetCaption()
    {
        SWIGTYPE_p_String ret = new SWIGTYPE_p_String(testPINVOKE.MovableTextOverlay_GetCaption(swigCPtr), false);

        return(ret);
    }
Esempio n. 15
0
        public bool GetString(SWIGTYPE_p_String s, GvRun r)
        {
            bool ret = C4dApiPINVOKE.GvPort_GetString(swigCPtr, SWIGTYPE_p_String.getCPtr(s), GvRun.getCPtr(r));

            return(ret);
        }
Esempio n. 16
0
    public bool CreateWorld(HYDRAX HydraxSettings, CAELUM CealumSettings, TERRAIN_TYPE TerrainSettings, SWIGTYPE_p_String ResourceGroupName)
    {
        bool ret = testPINVOKE.CNatureManager_CreateWorld__SWIG_0(swigCPtr, HYDRAX.getCPtr(HydraxSettings), CAELUM.getCPtr(CealumSettings), TERRAIN_TYPE.getCPtr(TerrainSettings), SWIGTYPE_p_String.getCPtr(ResourceGroupName));

        if (testPINVOKE.SWIGPendingException.Pending)
        {
            throw testPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public SWIGTYPE_p_String GetMaterialName()
    {
        SWIGTYPE_p_String ret = new SWIGTYPE_p_String(testPINVOKE.MovableTextOverlayAttributes_GetMaterialName(swigCPtr), false);

        return(ret);
    }
Esempio n. 18
0
    public SWIGTYPE_p_String GetResourceGroupName()
    {
        SWIGTYPE_p_String ret = new SWIGTYPE_p_String(testPINVOKE.CNatureManager_GetResourceGroupName(swigCPtr), true);

        return(ret);
    }
Esempio n. 19
0
 public void UnregisterWinClass(SWIGTYPE_p_String classname)
 {
     IronSightEnginePINVOKE.Engine_UnregisterWinClass__SWIG_0(swigCPtr, SWIGTYPE_p_String.getCPtr(classname));
 }
Esempio n. 20
0
    public bool IsWinClassRegistered(SWIGTYPE_p_String classname)
    {
        bool ret = IronSightEnginePINVOKE.Engine_IsWinClassRegistered(swigCPtr, SWIGTYPE_p_String.getCPtr(classname));

        return(ret);
    }
Esempio n. 21
0
        public bool TrackInformation(BaseDocument doc, CKey key, SWIGTYPE_p_String str, bool set)
        {
            bool ret = C4dApiPINVOKE.CTrack_TrackInformation(swigCPtr, BaseDocument.getCPtr(doc), CKey.getCPtr(key), SWIGTYPE_p_String.getCPtr(str), set);

            return(ret);
        }
Esempio n. 22
0
        public bool ReadString(SWIGTYPE_p_String v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_ReadString(swigCPtr, SWIGTYPE_p_String.getCPtr(v));

            return(ret);
        }
Esempio n. 23
0
        public virtual FILEERROR Load(BaseSceneLoader node, Filename name, BaseDocument doc, SCENEFILTER filterflags, SWIGTYPE_p_String error, BaseThread bt)
        {
            FILEERROR ret = (FILEERROR)C4dApiPINVOKE.SceneLoaderData_Load(swigCPtr, BaseSceneLoader.getCPtr(node), Filename.getCPtr(name), BaseDocument.getCPtr(doc), (int)filterflags, SWIGTYPE_p_String.getCPtr(error), BaseThread.getCPtr(bt));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 24
0
 internal static HandleRef getCPtr(SWIGTYPE_p_String obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_String obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }