-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document SetCamControlsMiniMapHeading (#1029)
* Document SetCamControlsMiniMapHeading Added description and documented the parameters * Fix alias space
- Loading branch information
Showing
2 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||