💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
PROTECTED[CameraOrSelectOrMoveStart](https://wow.gamepedia.com/API_CameraOrSelectOrMoveStart "API CameraOrSelectOrMoveStart")() - Begin "Left click" in the 3D world. PROTECTED[CameraOrSelectOrMoveStop](https://wow.gamepedia.com/API_CameraOrSelectOrMoveStop "API CameraOrSelectOrMoveStop")(\[stickyFlag\]) - End "Left click" in the 3D world. [CameraZoomIn](https://wow.gamepedia.com/API_CameraZoomIn "API CameraZoomIn")(increment) - Zooms the camera into the viewplane by increment. [CameraZoomOut](https://wow.gamepedia.com/API_CameraZoomOut "API CameraZoomOut")(increment) - Zooms the camera out of the viewplane by increment. [FlipCameraYaw](https://wow.gamepedia.com/API_FlipCameraYaw "API FlipCameraYaw")(degrees) - Rotates the camera about the Z-axis by the angle amount specified in degrees. [GetCameraZoom](https://wow.gamepedia.com/API_GetCameraZoom "API GetCameraZoom")() - Returns the current zoom level, ignoring camera collisions. [IsMouselooking](https://wow.gamepedia.com/API_IsMouselooking "API IsMouselooking")() - Returns 1 if mouselook is currently active, nil otherwise. [MouselookStart](https://wow.gamepedia.com/API_MouselookStart "API MouselookStart")() - Enters mouse look mode; mouse movement is used to adjust movement/facing direction. [MouselookStop](https://wow.gamepedia.com/API_MouselookStop "API MouselookStop")() - Exits mouse look mode; mouse movement is used to move the mouse cursor. [MoveViewDownStart](https://wow.gamepedia.com/API_MoveViewDownStart "API MoveViewDownStart")() - Begins rotating the camera downward. [MoveViewDownStop](https://wow.gamepedia.com/API_MoveViewDownStop "API MoveViewDownStop")() - Stops rotating the camera after[MoveViewDownStart](https://wow.gamepedia.com/API_MoveViewDownStart "API MoveViewDownStart")() is called. [MoveViewInStart](https://wow.gamepedia.com/API_MoveViewInStart "API MoveViewInStart")() - Begins zooming the camera in. [MoveViewInStop](https://wow.gamepedia.com/API_MoveViewInStop "API MoveViewInStop")() - Stops zooming the camera in after[MoveViewInStart](https://wow.gamepedia.com/API_MoveViewInStart "API MoveViewInStart")() is called. [MoveViewLeftStart](https://wow.gamepedia.com/API_MoveViewLeftStart "API MoveViewLeftStart")() - Begins rotating the camera to the Left. [MoveViewLeftStop](https://wow.gamepedia.com/API_MoveViewLeftStop "API MoveViewLeftStop")() - Stops rotating the camera after[MoveViewLeftStart](https://wow.gamepedia.com/API_MoveViewLeftStart "API MoveViewLeftStart")() is called. [MoveViewOutStart](https://wow.gamepedia.com/API_MoveViewOutStart "API MoveViewOutStart")() - Begins zooming the camera out. [MoveViewOutStop](https://wow.gamepedia.com/API_MoveViewOutStop "API MoveViewOutStop")() - Stops zooming the camera out after[MoveViewOutStart](https://wow.gamepedia.com/API_MoveViewOutStart "API MoveViewOutStart")() is called. [MoveViewRightStart](https://wow.gamepedia.com/API_MoveViewRightStart "API MoveViewRightStart")() - Begins rotating the camera to the Right. [MoveViewRightStop](https://wow.gamepedia.com/API_MoveViewRightStop "API MoveViewRightStop")() - Stops rotating the camera after[MoveViewRightStart](https://wow.gamepedia.com/API_MoveViewRightStart "API MoveViewRightStart")() is called. [MoveViewUpStart](https://wow.gamepedia.com/API_MoveViewUpStart "API MoveViewUpStart")() - Begins rotating the camera upward. [MoveViewUpStop](https://wow.gamepedia.com/API_MoveViewUpStop "API MoveViewUpStop")() - Stops rotating the camera after[MoveViewUpStart](https://wow.gamepedia.com/API_MoveViewUpStart "API MoveViewUpStart")() is called. PROTECTED[PitchDownStart](https://wow.gamepedia.com/index.php?title=API_PitchDownStart&action=edit&redlink=1 "API PitchDownStart (page does not exist)")() - Begins pitching the camera Downward. PROTECTED[PitchDownStop](https://wow.gamepedia.com/index.php?title=API_PitchDownStop&action=edit&redlink=1 "API PitchDownStop (page does not exist)")() - Stops pitching the camera after[PitchDownStart](https://wow.gamepedia.com/index.php?title=API_PitchDownStart&action=edit&redlink=1 "API PitchDownStart (page does not exist)")() is called. PROTECTED[PitchUpStart](https://wow.gamepedia.com/index.php?title=API_PitchUpStart&action=edit&redlink=1 "API PitchUpStart (page does not exist)")() - Begins pitching the camera Upward. PROTECTED[PitchUpStop](https://wow.gamepedia.com/index.php?title=API_PitchUpStop&action=edit&redlink=1 "API PitchUpStop (page does not exist)")() - Stops pitching the camera after[PitchUpStart](https://wow.gamepedia.com/index.php?title=API_PitchUpStart&action=edit&redlink=1 "API PitchUpStart (page does not exist)")() is called. [NextView](https://wow.gamepedia.com/index.php?title=API_NextView&action=edit&redlink=1 "API NextView (page does not exist)")() - Cycles forward through the five predefined camera positions. [PrevView](https://wow.gamepedia.com/index.php?title=API_PrevView&action=edit&redlink=1 "API PrevView (page does not exist)")() - Cycles backward through the five predefined camera positions. [ResetView](https://wow.gamepedia.com/index.php?title=API_ResetView&action=edit&redlink=1 "API ResetView (page does not exist)")(index) - Resets the specified (1-5) predefined camera position to it's default if it was changed using[SaveView](https://wow.gamepedia.com/API_SaveView "API SaveView")(index). [SaveView](https://wow.gamepedia.com/API_SaveView "API SaveView")(index) - Replaces the specified (1-5) predefined camera positions with the current camera position. [SetView](https://wow.gamepedia.com/API_SetView "API SetView")(index) - Sets camera position to a specified (1-5) predefined camera position.