Example #1
0
        public TM_World GetWorldWithId(byte worldId)
        {
            global::System.IntPtr cPtr = RakNetPINVOKE.TeamManager_GetWorldWithId(swigCPtr, worldId);
            TM_World ret = (cPtr == global::System.IntPtr.Zero) ? null : new TM_World(cPtr, false);

            return(ret);
        }
Example #2
0
        public TM_World GetWorldAtIndex(uint index)
        {
            global::System.IntPtr cPtr = RakNetPINVOKE.TeamManager_GetWorldAtIndex(swigCPtr, index);
            TM_World ret = (cPtr == global::System.IntPtr.Zero) ? null : new TM_World(cPtr, false);

            return(ret);
        }
Example #3
0
        public TM_World GetTM_World()
        {
            global::System.IntPtr cPtr = RakNetPINVOKE.CSharp_RakNet_TM_TeamMember_GetTM_World(swigCPtr);
            TM_World ret = (cPtr == global::System.IntPtr.Zero) ? null : new TM_World(cPtr, false);

            return(ret);
        }
Example #4
0
        public TM_World AddWorld(byte worldId)
        {
            global::System.IntPtr cPtr = RakNetPINVOKE.CSharp_RakNet_TeamManager_AddWorld(swigCPtr, worldId);
            TM_World ret = (cPtr == global::System.IntPtr.Zero) ? null : new TM_World(cPtr, false);

            return(ret);
        }
Example #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TM_World obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }