Пользовательские дополнения
На главную
raid.MoveMemberToGroup( memberName, groupNumber )
Перемещает члена рейда в указанную группу.
-- библиотека:
raid
-- объявление:
function MoveMemberToGroup( memberName, groupNumber )
-- параметры:
memberName: WString - имя члена рейда
groupNumber: number (int) - номер новой группы (группа должна уже существовать)
-- возвращаемое значение
нет
-- пример:
raid.MoveMemberToGroup( memberName, groupNumber )
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
На главную