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

На главную


raid.RemoveRight( memberName, right )

Отнимает право у члена рейда.

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

-- объявление:
function RemoveRight( memberName, right )

-- параметры:
memberName: WString - имя члена рейда
right: number (enum RAID_MEMBER_RIGHT_...) - отнимаемое право

-- возвращаемое значение
нет

-- пример:
raid.RemoveRight( memberName, right )

См. также 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

На главную