final case classFriendsResponse(action: FriendAction.Value, unk1: Int, unk2: Boolean, unk3: Boolean, friends: List[Friend] = Nil) extends PlanetSideGamePacket with Product with Serializable
Manage the lists of other players whose names are retained by the given player.
Friends can be remembered and their current playing status can be reported.
Ignored players will have their comments stifled in the given player's chat window.
This does not handle outfit member lists.
Actions:
0 - initialize friends list (no logging)
1 - add entry to friends list
2 - remove entry from friends list
3 - update status of player in friends list;
if player is not listed, he is not added
4 - initialize ignored players list (no logging)
5 - add entry to ignored players list
6 - remove entry from ignored players list
This member is added by an implicit conversion from FriendsResponse to
any2stringadd[FriendsResponse] performed by method any2stringadd in scala.Predef.
Manage the lists of other players whose names are retained by the given player.
Friends can be remembered and their current playing status can be reported. Ignored players will have their comments stifled in the given player's chat window. This does not handle outfit member lists.
Actions:
0 - initialize friends list (no logging)
1 - add entry to friends list
2 - remove entry from friends list
3 - update status of player in friends list; if player is not listed, he is not added
4 - initialize ignored players list (no logging)
5 - add entry to ignored players list
6 - remove entry from ignored players list
the purpose of the entry(s) in this packet
na; always 0?
na; always
true
?na; always
true
?a list of
Friend
s