WoW:World of Warcraft Non-Public API: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Some World of Warcraft API functions have no effect on live/PTR realms and are not used in FrameXML, and are for that reason impossible to document. This page list…')
 
m (Move page script moved page World of Warcraft Non-Public API to World of Warcraft Non-Public API without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
== Non-Public API Functions ==
== Non-Public API Functions ==
: [[API AppendToFile|AppendToFile]]
: [[API AppendToFile|AppendToFile]]
: [[API CommentatorAddPlayer|CommentatorAddPlayer]]
: [[API CommentatorAddPlayer|CommentatorAddPlayer]](teamNumber)
: [[API CommentatorEnterInstance|CommentatorEnterInstance]]
: [[API CommentatorEnterInstance|CommentatorEnterInstance]]
: [[API CommentatorExitInstance|CommentatorExitInstance]]
: [[API CommentatorExitInstance|CommentatorExitInstance]]
: [[API CommentatorFollowPlayer|CommentatorFollowPlayer]]
: [[API CommentatorFollowPlayer|CommentatorFollowPlayer]](factionIndex, playerIndex)
: [[API CommentatorGetCamera|CommentatorGetCamera]]
: [[API CommentatorGetCamera|CommentatorGetCamera]]
: [[API CommentatorGetCurrentMapID|CommentatorGetCurrentMapID]]
: [[API CommentatorGetCurrentMapID|CommentatorGetCurrentMapID]]
: [[API CommentatorGetInstanceInfo|CommentatorGetInstanceInfo]]
: [[API CommentatorGetInstanceInfo|CommentatorGetInstanceInfo]]
: [[API CommentatorGetMapInfo|CommentatorGetMapInfo]]
: [[API CommentatorGetMapInfo|CommentatorGetMapInfo]](mapIndex, instanceIndex)
: [[API CommentatorGetMode|CommentatorGetMode]]
: [[API CommentatorGetMode|CommentatorGetMode]]
: [[API CommentatorGetNumMaps|CommentatorGetNumMaps]]
: [[API CommentatorGetNumMaps|CommentatorGetNumMaps]]
: [[API CommentatorGetNumPlayers|CommentatorGetNumPlayers]]
: [[API CommentatorGetNumPlayers|CommentatorGetNumPlayers]](faction)
: [[API CommentatorGetPlayerInfo|CommentatorGetPlayerInfo]]
: [[API CommentatorGetPlayerInfo|CommentatorGetPlayerInfo]](factionIndex, playerIndex)
: [[API CommentatorLookatPlayer|CommentatorLookatPlayer]]
: [[API CommentatorRequestSkirmishMode|CommentatorRequestSkirmishMode]]
: [[API CommentatorRequestSkirmishQueueData|CommentatorRequestSkirmishQueueData]]
: [[API CommentatorGetSkirmishMode|CommentatorGetSkirmishMode]]
: [[API CommentatorGetSkirmishQueueCount|CommentatorGetSkirmishQueueCount]]
: [[API CommentatorGetSkirmishQueuePlayerInfo|CommentatorGetSkirmishQueuePlayerInfo]]
: [[API CommentatorLookatPlayer|CommentatorLookatPlayer]](factionIndex, playerIndex)
: [[API CommentatorRemovePlayer|CommentatorRemovePlayer]]
: [[API CommentatorRemovePlayer|CommentatorRemovePlayer]]
: [[API CommentatorSetBattlemaster|CommentatorSetBattlemaster]]
: [[API CommentatorSetBattlemaster|CommentatorSetBattlemaster]]
: [[API CommentatorSetCamera|CommentatorSetCamera]]
: [[API CommentatorSetCamera|CommentatorSetCamera]](xPos, yPos, zPos, yaw, pitch, fov)
: [[API CommentatorSetCameraCollision|CommentatorSetCameraCollision]]
: [[API CommentatorSetCameraCollision|CommentatorSetCameraCollision]](boolean)
: [[API CommentatorSetMapAndInstanceIndex|CommentatorSetMapAndInstanceIndex]]
: [[API CommentatorSetMapAndInstanceIndex|CommentatorSetMapAndInstanceIndex]](mapIndex, instanceIndex)
: [[API CommentatorSetMode|CommentatorSetMode]]
: [[API CommentatorSetMode|CommentatorSetMode]]
: [[API CommentatorSetMoveSpeed|CommentatorSetMoveSpeed]]
: [[API CommentatorSetMoveSpeed|CommentatorSetMoveSpeed]](speed)
: [[API CommentatorSetPlayerIndex|CommentatorSetPlayerIndex]]
: [[API CommentatorSetPlayerIndex|CommentatorSetPlayerIndex]](factionIndex, playerIndex)
: [[API CommentatorSetTargetHeightOffset|CommentatorSetTargetHeightOffset]]
: [[API CommentatorSetSkirmishMatchmakingMode|CommentatorSetSkirmishMatchmakingMode]]
: [[API CommentatorStartInstance|CommentatorStartInstance]]
: [[API CommentatorSetTargetHeightOffset|CommentatorSetTargetHeightOffset]](offset)
: [[API CommentatorStartInstance|CommentatorStartInstance]](mapID, teamSize, minLevel, maxLevel)
: [[API CommentatorStartSkirmishMatch|CommentatorStartSkirmishMatch]]
: [[API CommentatorToggleMode|CommentatorToggleMode]]
: [[API CommentatorToggleMode|CommentatorToggleMode]]
: [[API CommentatorUpdateMapInfo|CommentatorUpdateMapInfo]]
: [[API CommentatorUpdateMapInfo|CommentatorUpdateMapInfo]]
Line 36: Line 43:
: [[API DeleteFile|DeleteFile]]
: [[API DeleteFile|DeleteFile]]
: [[API ForceLogout|ForceLogout]]
: [[API ForceLogout|ForceLogout]]
: [[API GetExtendedItemInfo|GetExtendedItemInfo]]
: [[API ReadFile|ReadFile]]
: [[API ReadFile|ReadFile]]
: [[API RegisterForSavePerCharacter|RegisterForSavePerCharacter]]
: [[API RegisterForSavePerCharacter|RegisterForSavePerCharacter]]

Latest revision as of 04:49, 15 August 2023

WoW API

Some World of Warcraft API functions have no effect on live/PTR realms and are not used in FrameXML, and are for that reason impossible to document. This page lists such non-public API functions; individual API pages may redirect you here if the function you were looking for is not documentable.

You may also be looking for World of Warcraft API, the list of usable API functions; or Global functions, an automatically generated list of all functions on live realms.

Non-Public API Functions[edit]

AppendToFile
CommentatorAddPlayer(teamNumber)
CommentatorEnterInstance
CommentatorExitInstance
CommentatorFollowPlayer(factionIndex, playerIndex)
CommentatorGetCamera
CommentatorGetCurrentMapID
CommentatorGetInstanceInfo
CommentatorGetMapInfo(mapIndex, instanceIndex)
CommentatorGetMode
CommentatorGetNumMaps
CommentatorGetNumPlayers(faction)
CommentatorGetPlayerInfo(factionIndex, playerIndex)
CommentatorRequestSkirmishMode
CommentatorRequestSkirmishQueueData
CommentatorGetSkirmishMode
CommentatorGetSkirmishQueueCount
CommentatorGetSkirmishQueuePlayerInfo
CommentatorLookatPlayer(factionIndex, playerIndex)
CommentatorRemovePlayer
CommentatorSetBattlemaster
CommentatorSetCamera(xPos, yPos, zPos, yaw, pitch, fov)
CommentatorSetCameraCollision(boolean)
CommentatorSetMapAndInstanceIndex(mapIndex, instanceIndex)
CommentatorSetMode
CommentatorSetMoveSpeed(speed)
CommentatorSetPlayerIndex(factionIndex, playerIndex)
CommentatorSetSkirmishMatchmakingMode
CommentatorSetTargetHeightOffset(offset)
CommentatorStartInstance(mapID, teamSize, minLevel, maxLevel)
CommentatorStartSkirmishMatch
CommentatorToggleMode
CommentatorUpdateMapInfo
CommentatorUpdatePlayerInfo
CommentatorZoomIn
CommentatorZoomOut
DeleteFile
ForceLogout
GetExtendedItemInfo
ReadFile
RegisterForSavePerCharacter
ToggleCollision()
ToggleCollisionDisplay()
TogglePerformanceDisplay()
TogglePerformanceValues()
TogglePerformancePause()
TogglePlayerBounds()
TogglePortals()
ToggleTris()