Friend Services: Difference between revisions
TimmSkiller (talk | contribs) Added information about Notification Events |
TimmSkiller (talk | contribs) Add EventNotification struct |
||
| Line 512: | Line 512: | ||
| 149 | | 149 | ||
| A friend sent you an invitation. (signaled regardless of whether the console's JoinGameID matches that of the friend) | | A friend sent you an invitation. (signaled regardless of whether the console's JoinGameID matches that of the friend) | ||
|} | |||
==EventNotification== | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x1 | |||
| u8, [[Friend_Services#Notification_Event_Types|Event Type]] | |||
|- | |||
| 0x1 | |||
| 0x7 | |||
| padding | |||
|- | |||
| 0x8 | |||
| 0x10 | |||
| [[Friend_Services#FriendKey|FriendKey]] of the friend who caused this notification to be sent | |||
|} | |} | ||