Skip to content

Commit

Permalink
Document SetCamControlsMiniMapHeading (#1029)
Browse files Browse the repository at this point in the history
* Document SetCamControlsMiniMapHeading

Added description and documented the parameters

* Fix alias space
  • Loading branch information
freedy69 authored Mar 2, 2024
1 parent d582185 commit f816593
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
18 changes: 0 additions & 18 deletions CAM/N_0x661b5c8654add825.md

This file was deleted.

17 changes: 17 additions & 0 deletions CAM/SetCamControlsMiniMapHeading.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
ns: CAM
aliases: ["0x661B5C8654ADD825"]
---
## SET_CAM_CONTROLS_MINI_MAP_HEADING

```c
// 0x661B5C8654ADD825 0xE1A0B2F1
void SET_CAM_CONTROLS_MINI_MAP_HEADING(Cam cam, BOOL toggle);
```
Makes the minimap follow a scripted camera's rotation instead of the gameplay cam.
## Parameters
* **cam**: Cam handle returned by [CREATE_CAM](#_0xC3981DCE61D9E13F)
* **toggle**: Whether or not this camera should control the minimap heading.

0 comments on commit f816593

Please sign in to comment.