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

На главную


raid.GetMemberRights( memberName )

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

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

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

-- параметры:
memberName: WString - имя персонажа

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

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

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

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

На главную