Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GetInteriorHeading.md #936

Merged
merged 2 commits into from
Nov 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions INTERIOR/GetInteriorHeading.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
---
ns: INTERIOR
aliases: ["_GET_INTERIOR_HEADING"]
---
## _GET_INTERIOR_HEADING
## GET_INTERIOR_HEADING
freedy69 marked this conversation as resolved.
Show resolved Hide resolved

```c
// 0xF49B58631D9E22D9
float _GET_INTERIOR_HEADING(int interior);
float GET_INTERIOR_HEADING(int interior);
```

```
GET_INTERIOR_*

NativeDB Introduced: v1493
freedy69 marked this conversation as resolved.
Show resolved Hide resolved
```

## Parameters
* **interior**:
* **interior**: ID of the interior

## Return value
Returns interior heading in radians. Multiply the returned value with 57.29578 (or 180.0 / math.pi) to convert it to degrees.
Loading