Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Rooms/
H A DRoomsPlugin.cpp2390 unsigned roomMemberIndex; in ExecuteNotificationToOtherRoomMembers() local
2391 for (roomMemberIndex=0; roomMemberIndex < room->roomMemberList.Size(); roomMemberIndex++) in ExecuteNotificationToOtherRoomMembers()
2393 if (room->roomMemberList[roomMemberIndex]->roomsParticipant!=roomsPluginParticipant ) in ExecuteNotificationToOtherRoomMembers()
2394 …ExecuteNotification(notification, ((RoomsPluginParticipant*)room->roomMemberList[roomMemberIndex]-… in ExecuteNotificationToOtherRoomMembers()