Пользовательские дополнения
На главную
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
EnumReadyCheckReadyState
EventRaidAlreadyIn
EventRaidAppeared
EventRaidCantAccept
EventRaidCantEnterMap
EventRaidChanged
EventRaidDecline
EventRaidDeclineBusy
EventRaidDeclineIgnored
EventRaidDisappeared
EventRaidFailed
EventRaidInvite
EventRaidLeaderChanged
EventRaidLeaderHelperChanged
EventRaidLootMasterChanged
EventRaidMemberAdded
EventRaidMemberPositionUpdated
EventRaidMemberRemoved
EventRaidMemberStatusChanged
EventRaidSaveMapQuestion
EventReadyCheckEnded
EventReadyCheckInfoChanged
EventReadyCheckStarted
FunctionRaidAccept
FunctionRaidAddRight
FunctionRaidCanInvite
FunctionRaidChangeLeader
FunctionRaidCreate
FunctionRaidDecline
FunctionRaidDisband
FunctionRaidGetLeaderHelperName
FunctionRaidGetLeaderName
FunctionRaidGetLootMasterName
FunctionRaidGetMemberInfo
FunctionRaidGetMemberRights
FunctionRaidGetMembers
FunctionRaidGetReadyCheckInfo
FunctionRaidInvite
FunctionRaidInviteByName
FunctionRaidIsAutomatic
FunctionRaidIsExist
FunctionRaidIsLeader
FunctionRaidIsolateMember
FunctionRaidIsPlayerInAvatarsRaid
FunctionRaidIsPlayerInAvatarsRaidGroup
FunctionRaidKick
FunctionRaidLeave
FunctionRaidMapSaveResponse
FunctionRaidMoveMemberToGroup
FunctionRaidRemoveRight
FunctionRaidReportReadyCheck
FunctionRaidStartReadyCheck
FunctionRaidSwapMembers
CategoryLuaApi
CategoryFunction
CategoryRaid
На главную