Skip to content

Commit

Permalink
Import 2699 natives
Browse files Browse the repository at this point in the history
Imported from
https://raw.githubusercontent.com/alloc8or/gta5-nativedb-data/master/natives.json
Special thanks to alloc8or and contributors as usual.
  • Loading branch information
4mmonium committed Aug 19, 2022
1 parent e57c4e0 commit 0632da7
Show file tree
Hide file tree
Showing 32 changed files with 653 additions and 0 deletions.
17 changes: 17 additions & 0 deletions AUDIO/IsRadioStationVisible.md
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**:
22 changes: 22 additions & 0 deletions AUDIO/SetPedVoiceGroupRace.md
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**:
17 changes: 17 additions & 0 deletions CAM/GetCamDofStrength.md
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**:
17 changes: 17 additions & 0 deletions CAM/GetCamNearDof.md
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**:
21 changes: 21 additions & 0 deletions CAM/N_0x7295C203DD659DFE.md
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
```

19 changes: 19 additions & 0 deletions CAM/SetUseHiDofInCutscene.md
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
```

17 changes: 17 additions & 0 deletions ENTITY/DoesEntityHaveAnimDirector.md
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**:
17 changes: 17 additions & 0 deletions ENTITY/DoesEntityHaveSkeletonData.md
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**:
22 changes: 22 additions & 0 deletions GRAPHICS/AddOilDecal.md
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**:
19 changes: 19 additions & 0 deletions GRAPHICS/SetParticleFxNonLoopedEmitterScale.md
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**:
23 changes: 23 additions & 0 deletions HUD/ShowHasCompletedIndicatorOnBlip.md
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**:
18 changes: 18 additions & 0 deletions MONEY/NetworkEarnFromBikeShopBusiness.md
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**:
17 changes: 17 additions & 0 deletions MONEY/NetworkEarnFromBikerIncome.md
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**:
20 changes: 20 additions & 0 deletions MONEY/NetworkEarnFromBusinessHubSource.md
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**:
20 changes: 20 additions & 0 deletions MONEY/NetworkEarnFromSightseeing.md
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**:
20 changes: 20 additions & 0 deletions MONEY/NetworkSpentBikeShopModify.md
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**:
22 changes: 22 additions & 0 deletions MONEY/NetworkSpentCargoSourcing.md
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**:
20 changes: 20 additions & 0 deletions MONEY/NetworkSpentGunrunningContactService.md
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**:
17 changes: 17 additions & 0 deletions MONEY/NetworkSpentSalesDisplay.md
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**:
Loading

0 comments on commit 0632da7

Please sign in to comment.