Пользовательские дополнения
На главную
social.AddIgnore( name, description )
Попытка добавить персонажа в список игнорирования текущего аватара игрока.
-- библиотека:
social
-- объявление:
function AddIgnore( name, description )
-- параметры:
name: WString - имя персонажа
description: WString - собственный комментарий игрока
-- возвращаемые значения:
нет
-- пример
social.AddIgnore( name, description )
Search: "CategoryLuaApi" "CategorySocial"
EnumAvatarFriendIgnoreListsError
EventAvatarFriendAdded
EventAvatarFriendIgnoreListsError
EventAvatarFriendLevelChanged
EventAvatarFriendListChanged
EventAvatarFriendMutualChanged
EventAvatarFriendOnlineChanged
EventAvatarFriendRemoved
EventAvatarIgnoreAdded
EventAvatarIgnoreListChanged
EventAvatarIgnoreRemoved
FunctionSocialAddFriend
FunctionSocialAddIgnore
FunctionSocialGetFriendList
FunctionSocialGetIgnoreList
FunctionSocialRemoveFriend
FunctionSocialRemoveIgnore
CategoryLuaApi
CategoryFunction
CategorySocial
На главную