Method | Description | |
---|---|---|
addFriend ( int personaId, int userId, string friendName, |
||
getFriendList ( int userId, |
||
removeFriend ( int personaId, int userId, int friendPersonaId, |
public static addFriend ( int personaId, int userId, string friendName, |
||
personaId | int | |
userId | int | |
friendName | string | |
connection | ||
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static getFriendList ( int userId, |
||
userId | int | |
connection | ||
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static removeFriend ( int personaId, int userId, int friendPersonaId, |
||
personaId | int | |
userId | int | |
friendPersonaId | int | |
connection | ||
outPacket | string | |
isGoodResponse | bool | |
return | void |