Skip to content

Commit

Permalink
Update GetInteriorHeading.md
Browse files Browse the repository at this point in the history
Added alias, added inroduction version back and changed return value text
  • Loading branch information
freedy69 authored Nov 26, 2023
1 parent 7e02a15 commit 79be2f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion INTERIOR/GetInteriorHeading.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ns: INTERIOR
aliases: ["_GET_INTERIOR_HEADING"]
---
## GET_INTERIOR_HEADING

Expand All @@ -8,8 +9,12 @@ ns: INTERIOR
float GET_INTERIOR_HEADING(int interior);
```
```
NativeDB Introduced: v1493
```
## Parameters
* **interior**: ID of the interior
## Return value
Returns interior heading in radians. Multiply the returned value with 57.29578 to get it in degrees.
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 79be2f6

Please sign in to comment.