Home
last modified time | relevance | path

Searched refs:REC_LEAVE_ROOM_NOT_IN_ROOM (Results 1 – 4 of 4) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Rooms/
H A DRoomsErrorCodes.h52 REC_LEAVE_ROOM_NOT_IN_ROOM, enumerator
H A DRoomsErrorCodes.cpp51 {REC_LEAVE_ROOM_NOT_IN_ROOM, "REC_LEAVE_ROOM_NOT_IN_ROOM", "You are not currently in a room."},
H A DRoomsContainer.cpp504 return REC_LEAVE_ROOM_NOT_IN_ROOM; in LeaveRoom()
2304 RakAssert(roomsErrorCode==REC_LEAVE_ROOM_NOT_IN_ROOM); in UnitTest()
2322 RakAssert(roomsErrorCode==REC_LEAVE_ROOM_NOT_IN_ROOM); in UnitTest()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RoomsBrowserGFx3/Resources/
H A DInRoom.as21 REC_LEAVE_ROOM_NOT_IN_ROOM,