Skip to content

Commit a432c57

Browse files
authored
Update GetInteriorHeading.md (citizenfx#936)
* Update GetInteriorHeading.md Added information about return value * Update GetInteriorHeading.md Added alias, added inroduction version back and changed return value text
1 parent 99a7a82 commit a432c57

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

INTERIOR/GetInteriorHeading.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
22
ns: INTERIOR
3+
aliases: ["_GET_INTERIOR_HEADING"]
34
---
4-
## _GET_INTERIOR_HEADING
5+
## GET_INTERIOR_HEADING
56

67
```c
78
// 0xF49B58631D9E22D9
8-
float _GET_INTERIOR_HEADING(int interior);
9+
float GET_INTERIOR_HEADING(int interior);
910
```
1011
1112
```
12-
GET_INTERIOR_*
13-
1413
NativeDB Introduced: v1493
1514
```
1615
1716
## Parameters
18-
* **interior**:
17+
* **interior**: ID of the interior
18+
19+
## Return value
20+
Returns interior heading in radians. Multiply the returned value with 57.29578 (or 180.0 / math.pi) to convert it to degrees.

0 commit comments

Comments
 (0)