示例#1
0
    public SWIGTYPE_p_Core__Nature__CWorld GetWorld()
    {
        IntPtr cPtr = testPINVOKE.CNatureManager_GetWorld(swigCPtr);
        SWIGTYPE_p_Core__Nature__CWorld ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_Core__Nature__CWorld(cPtr, false);

        return(ret);
    }
示例#2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_Core__Nature__CWorld obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
    public bool DestroyWorld(SWIGTYPE_p_Core__Nature__CWorld World)
    {
        bool ret = testPINVOKE.CNatureManager_DestroyWorld(swigCPtr, SWIGTYPE_p_Core__Nature__CWorld.getCPtr(World));

        return(ret);
    }