Пользовательские дополнения

На главную


raid.GetMemberRights( playerId)

Возвращает список прав членов рейда.

-- библиотека:
raid

-- объявление:
function GetMemberRights( uniqueId )

-- параметры:
uniqueId: UniqueId - идентификатор участника отряда

-- возвращаемое значение
table: список прав (может быть пустым)
  key: number (int) [0..] - индекс права в списке
  value: number (enum RAID_MEMBER_RIGHT_...) - права

-- пример:
local rights = raid.GetMemberRights( playerId )

См. также enum RAID_MEMBER_RIGHT_...

Search: "CategoryLuaApi" "CategoryRaid"

EnumRaidFailed
EnumRaidMemberRight
EnumRaidMemberState
EnumReadyCheckReadyState
EventRaidAlreadyIn
EventRaidAppeared
EventRaidCantAccept
EventRaidCantEnterMap
EventRaidChanged
EventRaidDecline
EventRaidDeclineBusy
EventRaidDeclineIgnored
EventRaidDisappeared
EventRaidEnterVarsMapUnavaliable
EventRaidEnterVarsMapWarning
EventRaidFailed
EventRaidInvite
EventRaidLeaderChanged
EventRaidLeaderHelperChanged
EventRaidLootMasterChanged
EventRaidMemberAdded
EventRaidMemberChanged
EventRaidMemberPositionUpdated
EventRaidMemberRemoved
EventRaidSaveMapQuestion
EventReadyCheckEnded
EventReadyCheckInfoChanged
EventReadyCheckStarted
FunctionRaidAccept
FunctionRaidAddRight
FunctionRaidCanInvite
FunctionRaidCanKick
FunctionRaidCanLeave
FunctionRaidChangeLeader
FunctionRaidCreate
FunctionRaidCreateSmall
FunctionRaidDecline
FunctionRaidDisband
FunctionRaidGetLeader
FunctionRaidGetLeaderHelpers
FunctionRaidGetLootMaster
FunctionRaidGetMaxGroupCount
FunctionRaidGetMemberInfo
FunctionRaidGetMemberRights
FunctionRaidGetMembers
FunctionRaidGetReadyCheckInfo
FunctionRaidInvite
FunctionRaidInviteByName
FunctionRaidIsAutomatic
FunctionRaidIsExist
FunctionRaidIsLeader
FunctionRaidIsolateMember
FunctionRaidIsPlayerInAvatarsRaid
FunctionRaidIsPlayerInAvatarsRaidById
FunctionRaidIsPlayerInAvatarsRaidGroup
FunctionRaidIsPlayerInAvatarsRaidGroupById
FunctionRaidKick
FunctionRaidLeave
FunctionRaidMapSaveResponse
FunctionRaidMapVarsSaveResponse
FunctionRaidMoveMemberToGroup
FunctionRaidRemoveRight
FunctionRaidReportReadyCheck
FunctionRaidStartReadyCheck
FunctionRaidSwapMembers


CategoryLuaApi CategoryFunction CategoryRaid

На главную