Skip to content

Commit

Permalink
Update GetInteriorHeading.md (#936)
Browse files Browse the repository at this point in the history
* Update GetInteriorHeading.md

Added information about return value

* Update GetInteriorHeading.md

Added alias, added inroduction version back and changed return value text
  • Loading branch information
freedy69 authored Nov 26, 2023
1 parent 99a7a82 commit a432c57
Showing 1 changed file with 7 additions and 5 deletions.
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

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

NativeDB Introduced: v1493
```
## 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.

0 comments on commit a432c57

Please sign in to comment.