Skip to content

Commit bcdeeec

Browse files
committed
feat(extra-natives-rdr3): Add interior natives
1 parent 1ba0b38 commit bcdeeec

40 files changed

+942
-99
lines changed

code/components/extra-natives-five/src/InteriorExtraNatives.cpp

Lines changed: 459 additions & 73 deletions
Large diffs are not rendered by default.

code/components/extra-natives-rdr3/component.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ return function()
1515
'components/extra-natives-five/src/TimecycleNatives.cpp',
1616
'components/extra-natives-five/src/VisualSettingsNatives.cpp',
1717
'components/extra-natives-five/src/PoolTraversalNatives.cpp',
18+
'components/extra-natives-five/src/InteriorExtraNatives.cpp',
1819
'components/extra-natives-five/src/RadioDSP.cpp',
1920
'components/extra-natives-five/src/NuiAudioSink.cpp',
2021
'components/extra-natives-five/src/InputNatives.cpp',

ext/native-decls/GetInteriorEntitiesExtents.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ns: CFX
33
apiset: client
4-
game: gta5
54
---
65
## GET_INTERIOR_ENTITIES_EXTENTS
76

ext/native-decls/GetInteriorPortalCornerPosition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ns: CFX
33
apiset: client
4-
game: gta5
54
---
65
## GET_INTERIOR_PORTAL_CORNER_POSITION
76

ext/native-decls/GetInteriorPortalCount.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ns: CFX
33
apiset: client
4-
game: gta5
54
---
65
## GET_INTERIOR_PORTAL_COUNT
76

ext/native-decls/GetInteriorPortalEntityArchetype.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ns: CFX
33
apiset: client
4-
game: gta5
54
---
65
## GET_INTERIOR_PORTAL_ENTITY_ARCHETYPE
76

ext/native-decls/GetInteriorPortalEntityCount.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ns: CFX
33
apiset: client
4-
game: gta5
54
---
65
## GET_INTERIOR_PORTAL_ENTITY_COUNT
76

ext/native-decls/GetInteriorPortalEntityFlag.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ns: CFX
33
apiset: client
4-
game: gta5
54
---
65
## GET_INTERIOR_PORTAL_ENTITY_FLAG
76

ext/native-decls/GetInteriorPortalEntityPosition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ns: CFX
33
apiset: client
4-
game: gta5
54
---
65
## GET_INTERIOR_PORTAL_ENTITY_POSITION
76

ext/native-decls/GetInteriorPortalEntityRotation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
ns: CFX
33
apiset: client
4-
game: gta5
54
---
65
## GET_INTERIOR_PORTAL_ENTITY_ROTATION
76

0 commit comments

Comments
 (0)