Friend Services: Difference between revisions
TimmSkiller (talk | contribs) No edit summary |
TimmSkiller (talk | contribs) Added FriendProfile structure |
||
Line 391: | Line 391: | ||
| 0x3 | | 0x3 | ||
| padding | | padding | ||
|} | |||
==FriendProfile== | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x8 | |||
| [[Friend_Services#Profile|Profile]] | |||
|- | |||
| 0x8 | |||
| 0x10 | |||
| [[Friend_Services#GameKey|GameKey]] of favorite game | |||
|- | |||
| 0x18 | |||
| 0x4 | |||
| u32, NcPrincipalID | |||
|- | |||
| 0x1C | |||
| 0x22 | |||
| 16-Character UTF-16 Personal Message (16 characters + null termination) | |||
|- | |||
| 0x3E | |||
| 0x2 | |||
| padding | |||
|- | |||
| 0x40 | |||
| 0x8 | |||
| NEX Timestamp when this friend was added to the friends list | |||
|} | |} | ||