Пользовательские дополнения
На главную
raid.IsPlayerInAvatarsRaidGroup( playerName )
Находится ли игрок в той же группе рейда, что и аватар.
-- библиотека:
raid
-- объявление:
function IsPlayerInAvatarsRaidGroup( playerName )
-- параметры:
playerName: WString - имя игрока
-- возвращаемые значения:
boolean - ли игрок в той же группе рейда, что и аватар
-- пример:
local inRaidGroup = raid.IsPlayerInAvatarsRaidGroup( playerName )
Search: "CategoryLuaApi" "CategoryRaid"
EnumRaidFailed
EnumRaidMemberRight
EnumRaidMemberState
EventRaidAlreadyIn
EventRaidAppeared
EventRaidCantAccept
EventRaidCantEnterMap
EventRaidChanged
EventRaidDecline
EventRaidDeclineBusy
EventRaidDeclineIgnored
EventRaidDisappeared
EventRaidFailed
EventRaidInvite
EventRaidLeaderChanged
EventRaidLeaderHelperChanged
EventRaidLootMasterChanged
EventRaidSaveMapQuestion
FunctionRaidAccept
FunctionRaidAddRight
FunctionRaidChangeLeader
FunctionRaidCreate
FunctionRaidDecline
FunctionRaidDisband
FunctionRaidGetLeaderHelperName
FunctionRaidGetLeaderName
FunctionRaidGetLootMasterName
FunctionRaidGetMemberRights
FunctionRaidGetMembers
FunctionRaidInvite
FunctionRaidIsExist
FunctionRaidIsLeader
FunctionRaidIsolateMember
FunctionRaidIsPlayerInAvatarsRaid
FunctionRaidIsPlayerInAvatarsRaidGroup
FunctionRaidKick
FunctionRaidLeave
FunctionRaidMapSaveResponse
FunctionRaidMoveMemberToGroup
FunctionRaidRemoveRight
CategoryLuaApi
CategoryFunction
CategoryRaid
На главную