Method | Description | |
---|---|---|
FriendshipApproved ( |
||
FriendshipDenied ( |
||
FriendshipOffered ( |
||
FriendshipTerminated ( |
||
GrantRights ( |
||
StatusNotify ( |
Method | Description | |
---|---|---|
Call ( |
public FriendshipApproved ( |
||
region | ||
userID | UUID | |
userName | string | |
friendID | UUID | |
return | bool |
public FriendshipDenied ( |
||
region | ||
userID | UUID | |
userName | string | |
friendID | UUID | |
return | bool |
public FriendshipOffered ( |
||
region | ||
userID | UUID | |
friendID | UUID | |
message | string | |
return | bool |
public FriendshipTerminated ( |
||
region | ||
userID | UUID | |
friendID | UUID | |
return | bool |
public GrantRights ( |
||
region | ||
userID | UUID | |
friendID | UUID | |
userFlags | int | |
rights | int | |
return | bool |
public StatusNotify ( |
||
region | ||
userID | UUID | |
friendID | UUID | |
online | bool | |
return | bool |