# NETWORK Natives - Part 9 of 12
Red Dead Redemption 3 Native Functions Reference
**Namespace:** NETWORK
**Natives in this file:** 50
**Total natives in namespace:** 566
**Generated from:** RDR3natives JSON data
---
## _0xCF23AB5BD47B384D
| Property | Value |
|----------|-------|
| Native Name | `_0xCF23AB5BD47B384D` |
| Hash | `0xCF23AB5BD47B384D` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
_0xCF23AB5BD47B384D(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xCF23AB5BD47B384D, p0)
```
---
## _0xD1FFB246F4E088AC
| Property | Value |
|----------|-------|
| Native Name | `_0xD1FFB246F4E088AC` |
| Hash | `0xD1FFB246F4E088AC` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0xD1FFB246F4E088AC(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xD1FFB246F4E088AC, p0)
```
---
## _0xD39A72AE5EBD57E5
| Property | Value |
|----------|-------|
| Native Name | `_0xD39A72AE5EBD57E5` |
| Hash | `0xD39A72AE5EBD57E5` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xD39A72AE5EBD57E5()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xD39A72AE5EBD57E5, )
```
---
## _0xD3A3C8B9F3BDEF81
| Property | Value |
|----------|-------|
| Native Name | `_0xD3A3C8B9F3BDEF81` |
| Hash | `0xD3A3C8B9F3BDEF81` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xD3A3C8B9F3BDEF81()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xD3A3C8B9F3BDEF81, )
```
---
## _0xD3B6EBC6C3D77D44
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0xD3B6EBC6C3D77D44` |
| Hash | `0xD3B6EBC6C3D77D44` |
| Return Type | `void` |
| Build | `1311` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0xD3B6EBC6C3D77D44(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xD3B6EBC6C3D77D44, p0)
```
---
## _0xD4022C7286B0DFA2
| Property | Value |
|----------|-------|
| Native Name | `_0xD4022C7286B0DFA2` |
| Hash | `0xD4022C7286B0DFA2` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (const char*), `p1` (int), `p2` (int) |
### Parameters
- **`p0`** (`const char*`)
- **`p1`** (`int`)
- **`p2`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0xD4022C7286B0DFA2(p0, p1, p2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xD4022C7286B0DFA2, p0, p1, p2)
```
---
## _0xD42C543F73233041
| Property | Value |
|----------|-------|
| Native Name | `_0xD42C543F73233041` |
| Hash | `0xD42C543F73233041` |
| Return Type | `void` |
| Build | `1232` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0xD42C543F73233041(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xD42C543F73233041, p0)
```
---
## _0xD637D327080CD86E
| Property | Value |
|----------|-------|
| Native Name | `_0xD637D327080CD86E` |
| Hash | `0xD637D327080CD86E` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0xD637D327080CD86E(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xD637D327080CD86E, p0)
```
---
## _0xD78A26024BB13E08
| Property | Value |
|----------|-------|
| Native Name | `_0xD78A26024BB13E08` |
| Hash | `0xD78A26024BB13E08` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `player` (Player) |
### Parameters
- **`player`** (`Player`)
### Usage
**Lua (Direct):**
```lua
_0xD78A26024BB13E08(player)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xD78A26024BB13E08, player)
```
---
## _0xD7BAD4062074B9C1
| Property | Value |
|----------|-------|
| Native Name | `_0xD7BAD4062074B9C1` |
| Hash | `0xD7BAD4062074B9C1` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0xD7BAD4062074B9C1(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xD7BAD4062074B9C1, p0)
```
---
## _0xD7D0DF27CB1765B5
| Property | Value |
|----------|-------|
| Native Name | `_0xD7D0DF27CB1765B5` |
| Hash | `0xD7D0DF27CB1765B5` |
| Return Type | `BOOL` |
| Build | `1355` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0xD7D0DF27CB1765B5(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xD7D0DF27CB1765B5, p0)
```
---
## _0xDA1BFED8582F61F0
| Property | Value |
|----------|-------|
| Native Name | `_0xDA1BFED8582F61F0` |
| Hash | `0xDA1BFED8582F61F0` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xDA1BFED8582F61F0()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xDA1BFED8582F61F0, )
```
---
## _0xDBDF80673BBA3D65
**Description:** Note: this native was added in build 1491.50
| Property | Value |
|----------|-------|
| Native Name | `_0xDBDF80673BBA3D65` |
| Hash | `0xDBDF80673BBA3D65` |
| Return Type | `BOOL` |
| Build | `1491` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0xDBDF80673BBA3D65(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xDBDF80673BBA3D65, p0)
```
---
## _0xDC6AD5C046F33AB4
| Property | Value |
|----------|-------|
| Native Name | `_0xDC6AD5C046F33AB4` |
| Hash | `0xDC6AD5C046F33AB4` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (BOOL), `p1` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
- **`p1`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0xDC6AD5C046F33AB4(p0, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xDC6AD5C046F33AB4, p0, p1)
```
---
## _0xDCA4A74135E1DEA5
| Property | Value |
|----------|-------|
| Native Name | `_0xDCA4A74135E1DEA5` |
| Hash | `0xDCA4A74135E1DEA5` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0xDCA4A74135E1DEA5(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xDCA4A74135E1DEA5, p0)
```
---
## _0xE10F2D7715ABABEC
| Property | Value |
|----------|-------|
| Native Name | `_0xE10F2D7715ABABEC` |
| Hash | `0xE10F2D7715ABABEC` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0xE10F2D7715ABABEC(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xE10F2D7715ABABEC, p0)
```
---
## NETWORK_UNREGISTER_NETWORKED_ENTITY
| Property | Value |
|----------|-------|
| Native Name | `NETWORK_UNREGISTER_NETWORKED_ENTITY` |
| Hash | `0xE31A04513237DC89` |
| Return Type | `void` |
| API Set | `client` |
| Build | `1207` |
| Parameters | `entity` (Entity) |
### Parameters
- **`entity`** (`Entity`)
### Usage
**Lua (Direct):**
```lua
NetworkUnregisterNetworkedEntity(entity)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xE31A04513237DC89, entity)
```
---
## _0xE39600E50D608693
| Property | Value |
|----------|-------|
| Native Name | `_0xE39600E50D608693` |
| Hash | `0xE39600E50D608693` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `p0` (Any), `p1` (Any) |
### Parameters
- **`p0`** (`Any`)
- **`p1`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0xE39600E50D608693(p0, p1)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xE39600E50D608693, p0, p1)
```
---
## _0xE3AB5EEFCB6671A2
| Property | Value |
|----------|-------|
| Native Name | `_0xE3AB5EEFCB6671A2` |
| Hash | `0xE3AB5EEFCB6671A2` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `setting` (int) |
### Parameters
- **`setting`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0xE3AB5EEFCB6671A2(setting)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xE3AB5EEFCB6671A2, setting)
```
---
## _0xE5634491A58C2703
| Property | Value |
|----------|-------|
| Native Name | `_0xE5634491A58C2703` |
| Hash | `0xE5634491A58C2703` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (float) |
### Parameters
- **`p0`** (`float`)
### Usage
**Lua (Direct):**
```lua
_0xE5634491A58C2703(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xE5634491A58C2703, p0)
```
---
## _0xE59F4924BD3A718D
| Property | Value |
|----------|-------|
| Native Name | `_0xE59F4924BD3A718D` |
| Hash | `0xE59F4924BD3A718D` |
| Return Type | `const char*` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0xE59F4924BD3A718D(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xE59F4924BD3A718D, p0)
```
---
## _0xE5FF65CFF5160752
| Property | Value |
|----------|-------|
| Native Name | `_0xE5FF65CFF5160752` |
| Hash | `0xE5FF65CFF5160752` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xE5FF65CFF5160752()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xE5FF65CFF5160752, )
```
---
## _0xE79BA3BC265895DA
| Property | Value |
|----------|-------|
| Native Name | `_0xE79BA3BC265895DA` |
| Hash | `0xE79BA3BC265895DA` |
| Return Type | `const char*` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0xE79BA3BC265895DA(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xE79BA3BC265895DA, p0)
```
---
## _0xE8E633215471BB5D
| Property | Value |
|----------|-------|
| Native Name | `_0xE8E633215471BB5D` |
| Hash | `0xE8E633215471BB5D` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0xE8E633215471BB5D(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xE8E633215471BB5D, p0)
```
---
## _0xEC089F84A9C16C62
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0xEC089F84A9C16C62` |
| Hash | `0xEC089F84A9C16C62` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xEC089F84A9C16C62()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xEC089F84A9C16C62, )
```
---
## _0xF23A6D6C11D8EC15
| Property | Value |
|----------|-------|
| Native Name | `_0xF23A6D6C11D8EC15` |
| Hash | `0xF23A6D6C11D8EC15` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `gamerHandle` (Any*) |
### Parameters
- **`gamerHandle`** (`Any*`)
### Usage
**Lua (Direct):**
```lua
local result = _0xF23A6D6C11D8EC15(gamerHandle)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xF23A6D6C11D8EC15, gamerHandle)
```
---
## _0xF260AF6F43953316
**Description:** Same Native Handler as VEH_TO_NET, PED_TO_NET, OBJ_TO_NET and NETWORK_GET_NETWORK_ID_FROM_ENTITY
| Property | Value |
|----------|-------|
| Native Name | `_0xF260AF6F43953316` |
| Hash | `0xF260AF6F43953316` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `handle` (ScrHandle) |
### Parameters
- **`handle`** (`ScrHandle`)
### Usage
**Lua (Direct):**
```lua
local result = _0xF260AF6F43953316(handle)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xF260AF6F43953316, handle)
```
---
## _0xF302AB9D978352EE
**Description:** Returns the entity's network ID.
| Property | Value |
|----------|-------|
| Native Name | `_0xF302AB9D978352EE` |
| Hash | `0xF302AB9D978352EE` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `entity` (Entity) |
### Parameters
- **`entity`** (`Entity`)
### Usage
**Lua (Direct):**
```lua
local result = _0xF302AB9D978352EE(entity)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xF302AB9D978352EE, entity)
```
---
## _0xF342F6BD0A8287D5
| Property | Value |
|----------|-------|
| Native Name | `_0xF342F6BD0A8287D5` |
| Hash | `0xF342F6BD0A8287D5` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
_0xF342F6BD0A8287D5(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xF342F6BD0A8287D5, p0)
```
---
## _0xF8DC69DC1AD19072
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0xF8DC69DC1AD19072` |
| Hash | `0xF8DC69DC1AD19072` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = _0xF8DC69DC1AD19072(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xF8DC69DC1AD19072, p0)
```
---
## _0xFB3205788F8AFA3F
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0xFB3205788F8AFA3F` |
| Hash | `0xFB3205788F8AFA3F` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xFB3205788F8AFA3F()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xFB3205788F8AFA3F, )
```
---
## _0xFC6FCF4C03F1BBF6
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0xFC6FCF4C03F1BBF6` |
| Hash | `0xFC6FCF4C03F1BBF6` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xFC6FCF4C03F1BBF6()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xFC6FCF4C03F1BBF6, )
```
---
## _NETWORK_LEAVE_SESSION
**Description:** Only used in R* Script startup_clip Seems to just kill the network connection, sets the players coords to 0, 0, 0 when doing GetEntityCoords
| Property | Value |
|----------|-------|
| Native Name | `_NETWORK_LEAVE_SESSION` |
| Hash | `0xFD4272A137703449` |
| Return Type | `void` |
| API Set | `client` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
NetworkLeaveSession()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xFD4272A137703449, )
```
---
## _0xFD8112109A96877C
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0xFD8112109A96877C` |
| Hash | `0xFD8112109A96877C` |
| Return Type | `void` |
| Build | `1311` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xFD8112109A96877C()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xFD8112109A96877C, )
```
---
## _0xFE53B1F8D43F19BF
| Property | Value |
|----------|-------|
| Native Name | `_0xFE53B1F8D43F19BF` |
| Hash | `0xFE53B1F8D43F19BF` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `player1` (Player), `player2` (Player) |
### Parameters
- **`player1`** (`Player`)
- **`player2`** (`Player`)
### Usage
**Lua (Direct):**
```lua
local result = _0xFE53B1F8D43F19BF(player1, player2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xFE53B1F8D43F19BF, player1, player2)
```
---
## _0xFF36F36B07E69059
| Property | Value |
|----------|-------|
| Native Name | `_0xFF36F36B07E69059` |
| Hash | `0xFF36F36B07E69059` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
_0xFF36F36B07E69059(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xFF36F36B07E69059, p0)
```
---
## _ANIM_SCENE_TO_NET
| Property | Value |
|----------|-------|
| Native Name | `_ANIM_SCENE_TO_NET` |
| Hash | `0xE0D73CDDEA79DDCD` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `animScene` (AnimScene) |
### Parameters
- **`animScene`** (`AnimScene`)
### Usage
**Lua (Direct):**
```lua
local result = AnimSceneToNet(animScene)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xE0D73CDDEA79DDCD, animScene)
```
---
## _CLEAR_LAUNCH_PARAM
| Property | Value |
|----------|-------|
| Native Name | `_CLEAR_LAUNCH_PARAM` |
| Hash | `0x782C94DB6469634D` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `paramName` (const char*) |
### Parameters
- **`paramName`** (`const char*`)
### Usage
**Lua (Direct):**
```lua
ClearLaunchParam(paramName)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x782C94DB6469634D, paramName)
```
---
## _COMMERCE_STORE_IS_ENABLED
| Property | Value |
|----------|-------|
| Native Name | `_COMMERCE_STORE_IS_ENABLED` |
| Hash | `0xDBC754CB6CCB9378` |
| Return Type | `BOOL` |
| Build | `1232` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = CommerceStoreIsEnabled()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xDBC754CB6CCB9378, )
```
---
## _COMMERCE_STORE_IS_OPEN
| Property | Value |
|----------|-------|
| Native Name | `_COMMERCE_STORE_IS_OPEN` |
| Hash | `0xCE5E79D9E303628E` |
| Return Type | `BOOL` |
| Build | `1355` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = CommerceStoreIsOpen()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xCE5E79D9E303628E, )
```
---
## _GET_LAUNCH_PARAM_EXISTS
| Property | Value |
|----------|-------|
| Native Name | `_GET_LAUNCH_PARAM_EXISTS` |
| Hash | `0x02E97CE283648CD9` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `paramName` (const char*) |
### Parameters
- **`paramName`** (`const char*`)
### Usage
**Lua (Direct):**
```lua
local result = GetLaunchParamExists(paramName)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x02E97CE283648CD9, paramName)
```
---
## _GET_LAUNCH_PARAM_STRING
| Property | Value |
|----------|-------|
| Native Name | `_GET_LAUNCH_PARAM_STRING` |
| Hash | `0xC59AB6A04333C502` |
| Return Type | `const char*` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = GetLaunchParamString()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xC59AB6A04333C502, )
```
---
## _GET_NUM_CREATED_MISSION_PICKUPS
| Property | Value |
|----------|-------|
| Native Name | `_GET_NUM_CREATED_MISSION_PICKUPS` |
| Hash | `0xD2BA051B94CA9BCC` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = GetNumCreatedMissionPickups(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xD2BA051B94CA9BCC, p0)
```
---
## _GET_NUM_PEER_NEGOTIATION_RESPONSES
**Description:** Note: this native was added in build 1311.16
| Property | Value |
|----------|-------|
| Native Name | `_GET_NUM_PEER_NEGOTIATION_RESPONSES` |
| Hash | `0x4FE932E84FE932E8` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = GetNumPeerNegotiationResponses()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x4FE932E84FE932E8, )
```
---
## _GET_NUM_RESERVED_MISSION_PICKUPS
| Property | Value |
|----------|-------|
| Native Name | `_GET_NUM_RESERVED_MISSION_PICKUPS` |
| Hash | `0x62BE3ECC79FBD004` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = GetNumReservedMissionPickups(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x62BE3ECC79FBD004, p0)
```
---
## _GET_PLAYER_WAYPOINT_IS_ACTIVE
| Property | Value |
|----------|-------|
| Native Name | `_GET_PLAYER_WAYPOINT_IS_ACTIVE` |
| Hash | `0xDCC4B7F7112E8AB7` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `player` (Player) |
### Parameters
- **`player`** (`Player`)
### Usage
**Lua (Direct):**
```lua
local result = GetPlayerWaypointIsActive(player)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xDCC4B7F7112E8AB7, player)
```
---
## _GET_RESERVED_MISSION_ENTITIES_FOR_THREAD
**Description:** Only used in R* Script net_stable_manager
| Property | Value |
|----------|-------|
| Native Name | `_GET_RESERVED_MISSION_ENTITIES_FOR_THREAD` |
| Hash | `0x99AAC89C510DEB0D` |
| Return Type | `void` |
| Build | `1491` |
| Parameters | `threadId` (int), `pedMax` (int*), `vehicleMax` (int*), `unkMax` (int*), `pedMin` (int*), `vehicleMin` (int*), `unkMin` (int*) |
### Parameters
- **`threadId`** (`int`)
- **`pedMax`** (`int*`)
- **`vehicleMax`** (`int*`)
- **`unkMax`** (`int*`)
- **`pedMin`** (`int*`)
- **`vehicleMin`** (`int*`)
- **`unkMin`** (`int*`)
### Usage
**Lua (Direct):**
```lua
GetReservedMissionEntitiesForThread(threadId, pedMax, vehicleMax, unkMax, pedMin, vehicleMin, unkMin)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x99AAC89C510DEB0D, threadId, pedMax, vehicleMax, unkMax, pedMin, vehicleMin, unkMin)
```
---
## _GET_SOCIAL_MATCHMAKING_ALLOWED
| Property | Value |
|----------|-------|
| Native Name | `_GET_SOCIAL_MATCHMAKING_ALLOWED` |
| Hash | `0xD0541EF28E9C4783` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = GetSocialMatchmakingAllowed()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xD0541EF28E9C4783, )
```
---
## _LOCAL_PLAYER_PEDSHOT_TEXTURE_DOWNLOAD_REQUEST
| Property | Value |
|----------|-------|
| Native Name | `_LOCAL_PLAYER_PEDSHOT_TEXTURE_DOWNLOAD_REQUEST` |
| Hash | `0x6E2FD8CF7EB10E53` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `playerSlot` (int), `personaPhotoLocalCacheType` (int) |
### Parameters
- **`playerSlot`** (`int`)
- **`personaPhotoLocalCacheType`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = LocalPlayerPedshotTextureDownloadRequest(playerSlot, personaPhotoLocalCacheType)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x6E2FD8CF7EB10E53, playerSlot, personaPhotoLocalCacheType)
```
---
## _MUGSHOT_TEXTURE_DOWNLOAD_REQUEST
**Description:** Returns textureDownloadId
| Property | Value |
|----------|-------|
| Native Name | `_MUGSHOT_TEXTURE_DOWNLOAD_REQUEST` |
| Hash | `0x9B5DB6CEAFAA10BB` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `gamerHandle` (Any*), `p1` (int), `name` (const char*), `p3` (BOOL) |
### Parameters
- **`gamerHandle`** (`Any*`)
- **`p1`** (`int`)
- **`name`** (`const char*`)
- **`p3`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = MugshotTextureDownloadRequest(gamerHandle, p1, name, p3)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x9B5DB6CEAFAA10BB, gamerHandle, p1, name, p3)
```
---
*End of NETWORK natives part 9*