-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imported from https://raw.githubusercontent.com/alloc8or/gta5-nativedb-data/master/natives.json Special thanks to alloc8or and contributors as usual.
- Loading branch information
Showing
32 changed files
with
653 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: AUDIO | ||
--- | ||
|
||
## _IS_RADIO_STATION_VISIBLE | ||
|
||
```c | ||
// 0x2B1784DB08AFEA79 | ||
BOOL _IS_RADIO_STATION_VISIBLE(const char* radioStation); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **radioStation**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
ns: AUDIO | ||
--- | ||
|
||
## _SET_PED_VOICE_GROUP_RACE | ||
|
||
```c | ||
// 0x0BABC1345ABBFB16 | ||
void _SET_PED_VOICE_GROUP_RACE(Ped ped, Hash voiceGroupHash); | ||
``` | ||
``` | ||
Dat151RelType == 29 | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **ped**: | ||
* **voiceGroupHash**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: CAM | ||
--- | ||
|
||
## _GET_CAM_DOF_STRENGTH | ||
|
||
```c | ||
// 0x06D153C0B99B6128 | ||
float _GET_CAM_DOF_STRENGTH(Cam cam); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **cam**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: CAM | ||
--- | ||
|
||
## _GET_CAM_NEAR_DOF | ||
|
||
```c | ||
// 0xC2612D223D915A1C | ||
float _GET_CAM_NEAR_DOF(Cam cam); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **cam**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
ns: CAM | ||
--- | ||
|
||
## _0x7295C203DD659DFE | ||
|
||
```c | ||
// 0x7295C203DD659DFE | ||
void _0x7295C203DD659DFE(); | ||
``` | ||
|
||
``` | ||
_RESET_* | ||
_RESET_GAMEPLAY_CAM_RELATIVE_ORBIT_HOLD_TIME? | ||
``` | ||
|
||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
ns: CAM | ||
--- | ||
|
||
## _SET_USE_HI_DOF_IN_CUTSCENE | ||
|
||
```c | ||
// 0x731A880555DA3647 | ||
void _SET_USE_HI_DOF_IN_CUTSCENE(); | ||
``` | ||
|
||
``` | ||
Only used in R* Script fm_mission_controller_2020 | ||
``` | ||
|
||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: ENTITY | ||
--- | ||
|
||
## _DOES_ENTITY_HAVE_ANIM_DIRECTOR | ||
|
||
```c | ||
// 0x2158E81A6AF65EA9 | ||
BOOL _DOES_ENTITY_HAVE_ANIM_DIRECTOR(Entity entity); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **entity**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: ENTITY | ||
--- | ||
|
||
## _DOES_ENTITY_HAVE_SKELETON_DATA | ||
|
||
```c | ||
// 0x764EB96874EFFDC1 | ||
BOOL _DOES_ENTITY_HAVE_SKELETON_DATA(Entity entity); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **entity**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
ns: GRAPHICS | ||
--- | ||
|
||
## _ADD_OIL_DECAL | ||
|
||
```c | ||
// 0x126D7F89FE859A5E | ||
int _ADD_OIL_DECAL(float x, float y, float z, float groundLvl, float width, float transparency); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **x**: | ||
* **y**: | ||
* **z**: | ||
* **groundLvl**: | ||
* **width**: | ||
* **transparency**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
ns: GRAPHICS | ||
--- | ||
|
||
## _SET_PARTICLE_FX_NON_LOOPED_EMITTER_SCALE | ||
|
||
```c | ||
// 0x1E2E01C00837D26E | ||
void _SET_PARTICLE_FX_NON_LOOPED_EMITTER_SCALE(float p0, float p1, float scale); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: | ||
* **p1**: | ||
* **scale**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
ns: HUD | ||
--- | ||
|
||
## _SHOW_HAS_COMPLETED_INDICATOR_ON_BLIP | ||
|
||
```c | ||
// 0xCAC2031EBF79B1A8 | ||
void _SHOW_HAS_COMPLETED_INDICATOR_ON_BLIP(Blip blip, BOOL toggle); | ||
``` | ||
``` | ||
Adds a orange checkmark on top of a given blip handle: https://imgur.com/a/aw5OTMF | ||
_SHOW_FRIEND_INDICATOR_ON_BLIP* - _SHOW_HEADING_INDICATOR_ON_BLIP* | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **blip**: | ||
* **toggle**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
ns: MONEY | ||
--- | ||
|
||
## _NETWORK_EARN_FROM_BIKE_SHOP_BUSINESS | ||
|
||
```c | ||
// 0x2C5809EB9DF57257 | ||
void _NETWORK_EARN_FROM_BIKE_SHOP_BUSINESS(Any p0, Any p1); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: | ||
* **p1**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: MONEY | ||
--- | ||
|
||
## _NETWORK_EARN_FROM_BIKER_INCOME | ||
|
||
```c | ||
// 0x71BEC32FA466E105 | ||
void _NETWORK_EARN_FROM_BIKER_INCOME(Any p0); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
ns: MONEY | ||
--- | ||
|
||
## _NETWORK_EARN_FROM_BUSINESS_HUB_SOURCE | ||
|
||
```c | ||
// 0x59498BC8B1C8B15C | ||
void _NETWORK_EARN_FROM_BUSINESS_HUB_SOURCE(Any p0, Any p1, Any p2, Any p3); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: | ||
* **p1**: | ||
* **p2**: | ||
* **p3**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
ns: MONEY | ||
--- | ||
|
||
## _NETWORK_EARN_FROM_SIGHTSEEING | ||
|
||
```c | ||
// 0x45087AE480B233AC | ||
void _NETWORK_EARN_FROM_SIGHTSEEING(Any p0, Any p1, Any p2, Any p3); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: | ||
* **p1**: | ||
* **p2**: | ||
* **p3**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
ns: MONEY | ||
--- | ||
|
||
## _NETWORK_SPENT_BIKE_SHOP_MODIFY | ||
|
||
```c | ||
// 0x923AEA8E78F8DF0B | ||
void _NETWORK_SPENT_BIKE_SHOP_MODIFY(Any p0, Any p1, Any p2, Any p3); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: | ||
* **p1**: | ||
* **p2**: | ||
* **p3**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
ns: MONEY | ||
--- | ||
|
||
## _NETWORK_SPENT_CARGO_SOURCING | ||
|
||
```c | ||
// 0x948705F6F9C50824 | ||
void _NETWORK_SPENT_CARGO_SOURCING(Any p0, Any p1, Any p2, Any p3, Any p4, Any p5); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: | ||
* **p1**: | ||
* **p2**: | ||
* **p3**: | ||
* **p4**: | ||
* **p5**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
ns: MONEY | ||
--- | ||
|
||
## _NETWORK_SPENT_GUNRUNNING_CONTACT_SERVICE | ||
|
||
```c | ||
// 0x2CEB0E0BC2A77C05 | ||
void _NETWORK_SPENT_GUNRUNNING_CONTACT_SERVICE(Any p0, Any p1, Any p2, Any p3); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: | ||
* **p1**: | ||
* **p2**: | ||
* **p3**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: MONEY | ||
--- | ||
|
||
## _NETWORK_SPENT_SALES_DISPLAY | ||
|
||
```c | ||
// 0x7E2F4E8F44CAF4E0 | ||
void _NETWORK_SPENT_SALES_DISPLAY(BOOL p0); | ||
``` | ||
``` | ||
NativeDB Introduced: v2699 | ||
``` | ||
## Parameters | ||
* **p0**: |
Oops, something went wrong.