企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[ClearPartyAssignment](https://wow.gamepedia.com/index.php?title=API_ClearPartyAssignment&action=edit&redlink=1 "API ClearPartyAssignment (page does not exist)")() [ConvertToRaid](https://wow.gamepedia.com/index.php?title=API_ConvertToRaid&action=edit&redlink=1 "API ConvertToRaid (page does not exist)")() - Converts a party to a raid. [DemoteAssistant](https://wow.gamepedia.com/index.php?title=API_DemoteAssistant&action=edit&redlink=1 "API DemoteAssistant (page does not exist)")("unit") - Demotes player from assistant status. Requires raid leadership. [GetAllowLowLevelRaid](https://wow.gamepedia.com/index.php?title=API_GetAllowLowLevelRaid&action=edit&redlink=1 "API GetAllowLowLevelRaid (page does not exist)")() - Returns whether joining low-level raids is enabled for the current character. Unused in FrameXML. [GetPartyAssignment](https://wow.gamepedia.com/API_GetPartyAssignment "API GetPartyAssignment")("assignment" \[, "unit", exactMatch\]) - Returns a value based on whether the unit is assigned to given role. [GetRaidRosterInfo](https://wow.gamepedia.com/API_GetRaidRosterInfo "API GetRaidRosterInfo")(index) - Returns information about the members of your raid. [InitiateRolePoll](https://wow.gamepedia.com/API_InitiateRolePoll "API InitiateRolePoll")() [IsEveryoneAssistant](https://wow.gamepedia.com/index.php?title=API_IsEveryoneAssistant&action=edit&redlink=1 "API IsEveryoneAssistant (page does not exist)")() [PromoteToAssistant](https://wow.gamepedia.com/index.php?title=API_PromoteToAssistant&action=edit&redlink=1 "API PromoteToAssistant (page does not exist)")("unit") - Promotes player to assistant status. Requires raid leadership. [SetAllowLowLevelRaid](https://wow.gamepedia.com/index.php?title=API_SetAllowLowLevelRaid&action=edit&redlink=1 "API SetAllowLowLevelRaid (page does not exist)")(allowed) - Controls whether the current character can join low-level raids. [SetEveryoneIsAssistant](https://wow.gamepedia.com/index.php?title=API_SetEveryoneIsAssistant&action=edit&redlink=1 "API SetEveryoneIsAssistant (page does not exist)")() PROTECTED[SetPartyAssignment](https://wow.gamepedia.com/index.php?title=API_SetPartyAssignment&action=edit&redlink=1 "API SetPartyAssignment (page does not exist)")("assignment", player) [SetRaidSubgroup](https://wow.gamepedia.com/API_SetRaidSubgroup "API SetRaidSubgroup")(index, subgroup) - Move a raid member from his current subgroup into a different (non-full) subgroup. PROTECTED[SwapRaidSubgroup](https://wow.gamepedia.com/API_SwapRaidSubgroup "API SwapRaidSubgroup")(index1, index2) - Swaps raid members into different groups. [UnitInRaid](https://wow.gamepedia.com/API_UnitInRaid "API UnitInRaid")("unit") - Returns 1 if unit is in your raid, nil if not. [UnitInSubgroup](https://wow.gamepedia.com/index.php?title=API_UnitInSubgroup&action=edit&redlink=1 "API UnitInSubgroup (page does not exist)")() These functions relate to[Raid Targets](https://wow.gamepedia.com/Target_marker "Target marker")and[World Markers](https://wow.gamepedia.com/World_Marker "World Marker"). [CanBeRaidTarget](https://wow.gamepedia.com/API_CanBeRaidTarget "API CanBeRaidTarget")("unit") - Returns if a unit can be marked with a raid target symbol. [ClearRaidMarker](https://wow.gamepedia.com/index.php?title=API_ClearRaidMarker&action=edit&redlink=1 "API ClearRaidMarker (page does not exist)")(index) - Removes a raid marker from the world. [GetRaidTargetIndex](https://wow.gamepedia.com/API_GetRaidTargetIndex "API GetRaidTargetIndex")("unit") - Get the raid target index assigned to a unit. [IsRaidMarkerActive](https://wow.gamepedia.com/index.php?title=API_IsRaidMarkerActive&action=edit&redlink=1 "API IsRaidMarkerActive (page does not exist)")(index) - Returns whether or not the raid marker specified by index is active. PROTECTED[PlaceRaidMarker](https://wow.gamepedia.com/index.php?title=API_PlaceRaidMarker&action=edit&redlink=1 "API PlaceRaidMarker (page does not exist)")(index) - Brings up a targeting circle to place a raid marker in the world. [SetRaidTarget](https://wow.gamepedia.com/API_SetRaidTarget "API SetRaidTarget")("unit", index) - Sets a raid icon on a unit. [SetRaidTargetProtected](https://wow.gamepedia.com/index.php?title=API_SetRaidTargetProtected&action=edit&redlink=1 "API SetRaidTargetProtected (page does not exist)")(unit, index) UI[SetRaidTargetIcon](https://wow.gamepedia.com/API_SetRaidTargetIcon "API SetRaidTargetIcon")("unit", index) - Sets or resets a raid icon on a unit.