forked from citizenfx/natives
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c974de
commit d8e9e0c
Showing
125 changed files
with
1,107 additions
and
988 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
AUDIO/N_0x3e65cde5215832c1.md → AUDIO/GetCurrentRadioStationHash.md
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 | ||
aliases: ["0x0653B735BFBDFE87"] | ||
--- | ||
## _SET_PED_AUDIO_FOOTSTEP_LOUD | ||
|
||
```c | ||
// 0x0653B735BFBDFE87 | ||
void _SET_PED_AUDIO_FOOTSTEP_LOUD(Ped ped, BOOL toggle); | ||
``` | ||
``` | ||
Enables/disables ped's "loud" footstep sound. | ||
``` | ||
``` | ||
NativeDB Introduced: v1493 | ||
``` | ||
## Parameters | ||
* **ped**: | ||
* **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,22 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x29DA3CA8D8B2692D"] | ||
--- | ||
## _SET_PED_AUDIO_FOOTSTEP_QUIET | ||
|
||
```c | ||
// 0x29DA3CA8D8B2692D | ||
void _SET_PED_AUDIO_FOOTSTEP_QUIET(Ped ped, BOOL toggle); | ||
``` | ||
``` | ||
Enables/disables ped's "quiet" footstep sound. | ||
``` | ||
``` | ||
NativeDB Introduced: v1493 | ||
``` | ||
## Parameters | ||
* **ped**: | ||
* **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,15 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0xA5342D390CDA41D6"] | ||
--- | ||
## _SET_PED_AUDIO_GENDER | ||
|
||
```c | ||
// 0xA5342D390CDA41D6 | ||
void _SET_PED_AUDIO_GENDER(Ped ped, BOOL p1); | ||
``` | ||
## Parameters | ||
* **ped**: | ||
* **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,14 @@ | ||
--- | ||
ns: CAM | ||
aliases: ["0x2AED6301F67007D5"] | ||
--- | ||
## _DISABLE_CAM_COLLISION_FOR_ENTITY | ||
|
||
```c | ||
// 0x2AED6301F67007D5 0x2701A9AD | ||
void _DISABLE_CAM_COLLISION_FOR_ENTITY(Entity entity); | ||
``` | ||
## Parameters | ||
* **entity**: | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 | ||
aliases: ["0x425A920FDB9A0DDA"] | ||
--- | ||
## _SET_GAMEPLAY_CAM_HASH | ||
|
||
```c | ||
// 0x425A920FDB9A0DDA | ||
void _SET_GAMEPLAY_CAM_HASH(char* camName); | ||
``` | ||
``` | ||
Sets gameplay camera to hash | ||
``` | ||
``` | ||
NativeDB Introduced: v1180 | ||
``` | ||
## Parameters | ||
* **camName**: |
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,15 @@ | ||
--- | ||
ns: ENTITY | ||
aliases: ["0xB328DCC3A3AA401B"] | ||
--- | ||
## _GET_ENTITY_BONE_COUNT | ||
|
||
```c | ||
// 0xB328DCC3A3AA401B | ||
int _GET_ENTITY_BONE_COUNT(Entity entity); | ||
``` | ||
## Parameters | ||
* **entity**: | ||
## Return value |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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: ENTITY | ||
aliases: ["0x2C2E3DC128F44309"] | ||
--- | ||
## _SET_ENTITY_DECALS_DISABLED | ||
|
||
```c | ||
// 0x2C2E3DC128F44309 | ||
void _SET_ENTITY_DECALS_DISABLED(Entity entity, BOOL p1); | ||
``` | ||
``` | ||
SET_ENTITY_* | ||
``` | ||
## Parameters | ||
* **entity**: | ||
* **p1**: | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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: GRAPHICS | ||
aliases: ["0x95EB5E34F821BABE"] | ||
--- | ||
## _OVERRIDE_PED_BADGE_TEXTURE | ||
|
||
```c | ||
// 0x95EB5E34F821BABE | ||
BOOL _OVERRIDE_PED_BADGE_TEXTURE(Ped ped, char* txd, char* txn); | ||
``` | ||
``` | ||
Overriding ped badge texture to a passed texture. It's synced between players (even custom textures!), don't forget to request used dict on *all* clients to make it sync properly. Can be removed by passing empty strings. | ||
``` | ||
## Parameters | ||
* **ped**: | ||
* **txd**: | ||
* **txn**: | ||
## Return value |
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: GRAPHICS | ||
aliases: ["0xE6A9F00D4240B519"] | ||
--- | ||
## _SET_SCALEFORM_FIT_RENDERTARGET | ||
|
||
```c | ||
// 0xE6A9F00D4240B519 | ||
void _SET_SCALEFORM_FIT_RENDERTARGET(int scaleformHandle, BOOL toggle); | ||
``` | ||
This native is used in some casino scripts to fit the scaleform in the rendertarget. | ||
## Parameters | ||
* **scaleformHandle**: | ||
* **toggle**: | ||
5 changes: 3 additions & 2 deletions
5
HUD/N_0x7669f9e39dc17063.md → HUD/DisplayHudWhenDeadThisFrame.md
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
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: HUD | ||
aliases: ["0x36C1451A88A09630"] | ||
--- | ||
## _GET_PAUSE_MENU_SELECTION | ||
|
||
```c | ||
// 0x36C1451A88A09630 0x8543AAC8 | ||
void _GET_PAUSE_MENU_SELECTION(Any* lastItemMenuId, Any* selectedItemUniqueId); | ||
``` | ||
``` | ||
NativeDB Parameter 0: int* lastItemMenuId | ||
NativeDB Parameter 1: int* selectedItemUniqueId | ||
``` | ||
## Parameters | ||
* **lastItemMenuId**: | ||
* **selectedItemUniqueId**: | ||
Oops, something went wrong.