# NETWORK Natives - Part 8 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
---
## _0x6CF82A7F65A5AD5F
**Description:** _NETWORK_GET_A* - _NETWORK_GET_D*
| Property | Value |
|----------|-------|
| Native Name | `_0x6CF82A7F65A5AD5F` |
| Hash | `0x6CF82A7F65A5AD5F` |
| Return Type | `Player` |
| Build | `1207` |
| Parameters | `ped` (Ped), `p1` (Any*) |
### Parameters
- **`ped`** (`Ped`)
- **`p1`** (`Any*`)
### Usage
**Lua (Direct):**
```lua
local result = _0x6CF82A7F65A5AD5F(ped, p1)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x6CF82A7F65A5AD5F, ped, p1)
```
---
## _0x704F92B3AF20D857
| Property | Value |
|----------|-------|
| Native Name | `_0x704F92B3AF20D857` |
| Hash | `0x704F92B3AF20D857` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `setting` (BOOL) |
### Parameters
- **`setting`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x704F92B3AF20D857(setting)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x704F92B3AF20D857, setting)
```
---
## _0x71FA2D1880C48032
**Description:** Only used in R* Script fm_race_controller
| Property | Value |
|----------|-------|
| Native Name | `_0x71FA2D1880C48032` |
| Hash | `0x71FA2D1880C48032` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x71FA2D1880C48032(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x71FA2D1880C48032, p0)
```
---
## _0x744BFBB0CA908161
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x744BFBB0CA908161` |
| Hash | `0x744BFBB0CA908161` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = _0x744BFBB0CA908161(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x744BFBB0CA908161, p0)
```
---
## _0x75FC34A2BA345BD1
| Property | Value |
|----------|-------|
| Native Name | `_0x75FC34A2BA345BD1` |
| Hash | `0x75FC34A2BA345BD1` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `entity` (Entity), `player` (Player), `p2` (Any*) |
### Parameters
- **`entity`** (`Entity`)
- **`player`** (`Player`)
- **`p2`** (`Any*`)
### Usage
**Lua (Direct):**
```lua
local result = _0x75FC34A2BA345BD1(entity, player, p2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x75FC34A2BA345BD1, entity, player, p2)
```
---
## _0x7673C0D2C5CDAC55
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x7673C0D2C5CDAC55` |
| Hash | `0x7673C0D2C5CDAC55` |
| Return Type | `void` |
| Build | `1311` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x7673C0D2C5CDAC55()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x7673C0D2C5CDAC55, )
```
---
## _0x77B299E8799B1332
| Property | Value |
|----------|-------|
| Native Name | `_0x77B299E8799B1332` |
| Hash | `0x77B299E8799B1332` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (Any), `p1` (Any), `p2` (Any) |
### Parameters
- **`p0`** (`Any`)
- **`p1`** (`Any`)
- **`p2`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0x77B299E8799B1332(p0, p1, p2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x77B299E8799B1332, p0, p1, p2)
```
---
## _0x780A13F780A13F1B
| Property | Value |
|----------|-------|
| Native Name | `_0x780A13F780A13F1B` |
| Hash | `0x780A13F780A13F1B` |
| Return Type | `void` |
| Build | `1311` |
| Parameters | `toggle` (BOOL) |
### Parameters
- **`toggle`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x780A13F780A13F1B(toggle)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x780A13F780A13F1B, toggle)
```
---
## _0x78271BC02AE9AF83
**Description:** Note: this native was added in build 1436.31
| Property | Value |
|----------|-------|
| Native Name | `_0x78271BC02AE9AF83` |
| Hash | `0x78271BC02AE9AF83` |
| Return Type | `int` |
| Build | `1436` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x78271BC02AE9AF83(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x78271BC02AE9AF83, p0)
```
---
## _0x7A8E8DF782B47EB0
| Property | Value |
|----------|-------|
| Native Name | `_0x7A8E8DF782B47EB0` |
| Hash | `0x7A8E8DF782B47EB0` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (Any), `p1` (Any), `p2` (Any) |
### Parameters
- **`p0`** (`Any`)
- **`p1`** (`Any`)
- **`p2`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0x7A8E8DF782B47EB0(p0, p1, p2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x7A8E8DF782B47EB0, p0, p1, p2)
```
---
## _0x7B3FF2D193628126
| Property | Value |
|----------|-------|
| Native Name | `_0x7B3FF2D193628126` |
| Hash | `0x7B3FF2D193628126` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `player` (Player) |
### Parameters
- **`player`** (`Player`)
### Usage
**Lua (Direct):**
```lua
_0x7B3FF2D193628126(player)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x7B3FF2D193628126, player)
```
---
## _0x7BCA0A3972708436
| Property | Value |
|----------|-------|
| Native Name | `_0x7BCA0A3972708436` |
| Hash | `0x7BCA0A3972708436` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `outData` (Any*), `p1` (int) |
### Parameters
- **`outData`** (`Any*`)
- **`p1`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x7BCA0A3972708436(outData, p1)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x7BCA0A3972708436, outData, p1)
```
---
## _0x7E300B5B86AB1D1A
| Property | Value |
|----------|-------|
| Native Name | `_0x7E300B5B86AB1D1A` |
| Hash | `0x7E300B5B86AB1D1A` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Any*), `p1` (int), `p2` (int), `p3` (int), `p4` (int), `p5` (int), `p6` (int), `p7` (int), `p8` (int), `p9` (int), `p10` (int), `p11` (int), `p12` (int), `p13` (int), `p14` (int) |
### Parameters
- **`p0`** (`Any*`)
- **`p1`** (`int`)
- **`p2`** (`int`)
- **`p3`** (`int`)
- **`p4`** (`int`)
- **`p5`** (`int`)
- **`p6`** (`int`)
- **`p7`** (`int`)
- **`p8`** (`int`)
- **`p9`** (`int`)
- **`p10`** (`int`)
- **`p11`** (`int`)
- **`p12`** (`int`)
- **`p13`** (`int`)
- **`p14`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0x7E300B5B86AB1D1A(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x7E300B5B86AB1D1A, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14)
```
---
## _0x814729078AED6D30
| Property | Value |
|----------|-------|
| Native Name | `_0x814729078AED6D30` |
| Hash | `0x814729078AED6D30` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x814729078AED6D30()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x814729078AED6D30, )
```
---
## _0x862C5040F4888741
| Property | Value |
|----------|-------|
| Native Name | `_0x862C5040F4888741` |
| Hash | `0x862C5040F4888741` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `player1` (Player), `player2` (Player) |
### Parameters
- **`player1`** (`Player`)
- **`player2`** (`Player`)
### Usage
**Lua (Direct):**
```lua
local result = _0x862C5040F4888741(player1, player2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x862C5040F4888741, player1, player2)
```
---
## _0x880A7202301E282B
**Description:** Params: p5 = 50.f, p6 = 0 in R* Script net_fetch (NET_FETCH_CLIENT_UPDATE_PED_ROLE_CLUE_IDLE)
| Property | Value |
|----------|-------|
| Native Name | `_0x880A7202301E282B` |
| Hash | `0x880A7202301E282B` |
| Return Type | `BOOL` |
| Build | `1311` |
| Parameters | `p0` (Any*), `p1` (Any*), `x` (float), `y` (float), `z` (float), `p5` (float), `p6` (Any) |
### Parameters
- **`p0`** (`Any*`)
- **`p1`** (`Any*`)
- **`x`** (`float`)
- **`y`** (`float`)
- **`z`** (`float`)
- **`p5`** (`float`)
- **`p6`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0x880A7202301E282B(p0, p1, x, y, z, p5, p6)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x880A7202301E282B, p0, p1, x, y, z, p5, p6)
```
---
## _0x894B5ECAB45D2342
| Property | Value |
|----------|-------|
| Native Name | `_0x894B5ECAB45D2342` |
| Hash | `0x894B5ECAB45D2342` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `netHandle` (int), `p1` (Any) |
### Parameters
- **`netHandle`** (`int`)
- **`p1`** (`Any`)
### Usage
**Lua (Direct):**
```lua
_0x894B5ECAB45D2342(netHandle, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x894B5ECAB45D2342, netHandle, p1)
```
---
## _0x917AD74BDCF8B6E9
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x917AD74BDCF8B6E9` |
| Hash | `0x917AD74BDCF8B6E9` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = _0x917AD74BDCF8B6E9(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x917AD74BDCF8B6E9, p0)
```
---
## _0x923346025512DFB7
| Property | Value |
|----------|-------|
| Native Name | `_0x923346025512DFB7` |
| Hash | `0x923346025512DFB7` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0x923346025512DFB7(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x923346025512DFB7, p0)
```
---
## _0x950ACD8F05B7B9DF
**Description:** Related to container entity (RANSACK_ATTACHED_LOCKBOX / RANSACK_ATTACHED_CHEST)
| Property | Value |
|----------|-------|
| Native Name | `_0x950ACD8F05B7B9DF` |
| Hash | `0x950ACD8F05B7B9DF` |
| Return Type | `Any` |
| Build | `1355` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0x950ACD8F05B7B9DF(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x950ACD8F05B7B9DF, p0)
```
---
## _0x979765465A6F25FC
**Description:** Must be called from a background script, otherwise it will do nothing.
| Property | Value |
|----------|-------|
| Native Name | `_0x979765465A6F25FC` |
| Hash | `0x979765465A6F25FC` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `entity` (Entity), `p1` (BOOL) |
### Parameters
- **`entity`** (`Entity`)
- **`p1`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x979765465A6F25FC(entity, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x979765465A6F25FC, entity, p1)
```
---
## _0x97BCE4C4B3191228
| Property | Value |
|----------|-------|
| Native Name | `_0x97BCE4C4B3191228` |
| Hash | `0x97BCE4C4B3191228` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x97BCE4C4B3191228()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x97BCE4C4B3191228, )
```
---
## _0x981146E5C9CE9250
| Property | Value |
|----------|-------|
| Native Name | `_0x981146E5C9CE9250` |
| Hash | `0x981146E5C9CE9250` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `inviteIndex` (int) |
### Parameters
- **`inviteIndex`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x981146E5C9CE9250(inviteIndex)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x981146E5C9CE9250, inviteIndex)
```
---
## _0x982D7AD755B8F62C
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x982D7AD755B8F62C` |
| Hash | `0x982D7AD755B8F62C` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = _0x982D7AD755B8F62C(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x982D7AD755B8F62C, p0)
```
---
## _0x9B39B0555CC692B5
| Property | Value |
|----------|-------|
| Native Name | `_0x9B39B0555CC692B5` |
| Hash | `0x9B39B0555CC692B5` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x9B39B0555CC692B5()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x9B39B0555CC692B5, )
```
---
## _0x9E5A47744C0F0376
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x9E5A47744C0F0376` |
| Hash | `0x9E5A47744C0F0376` |
| Return Type | `BOOL` |
| Build | `1311` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x9E5A47744C0F0376(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x9E5A47744C0F0376, p0)
```
---
## _0xA2837A5E21FB5A58
| Property | Value |
|----------|-------|
| Native Name | `_0xA2837A5E21FB5A58` |
| Hash | `0xA2837A5E21FB5A58` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0xA2837A5E21FB5A58(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xA2837A5E21FB5A58, p0)
```
---
## _0xA47D48D06AA5A188
| Property | Value |
|----------|-------|
| Native Name | `_0xA47D48D06AA5A188` |
| Hash | `0xA47D48D06AA5A188` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xA47D48D06AA5A188()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xA47D48D06AA5A188, )
```
---
## _0xA63E4F050F20021F
| Property | Value |
|----------|-------|
| Native Name | `_0xA63E4F050F20021F` |
| Hash | `0xA63E4F050F20021F` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xA63E4F050F20021F()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xA63E4F050F20021F, )
```
---
## _0xA6F1BAABFF6AD7B9
| Property | Value |
|----------|-------|
| Native Name | `_0xA6F1BAABFF6AD7B9` |
| Hash | `0xA6F1BAABFF6AD7B9` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Any*) |
### Parameters
- **`p0`** (`Any*`)
### Usage
**Lua (Direct):**
```lua
_0xA6F1BAABFF6AD7B9(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xA6F1BAABFF6AD7B9, p0)
```
---
## _0xA7670F7991099680
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0xA7670F7991099680` |
| Hash | `0xA7670F7991099680` |
| Return Type | `void` |
| Build | `1311` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0xA7670F7991099680(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xA7670F7991099680, p0)
```
---
## _0xA94ECE191D90637A
| Property | Value |
|----------|-------|
| Native Name | `_0xA94ECE191D90637A` |
| Hash | `0xA94ECE191D90637A` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xA94ECE191D90637A()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xA94ECE191D90637A, )
```
---
## _0xA95470DA137587F5
| Property | Value |
|----------|-------|
| Native Name | `_0xA95470DA137587F5` |
| Hash | `0xA95470DA137587F5` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0xA95470DA137587F5(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xA95470DA137587F5, p0)
```
---
## _0xACC44768AF229042
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0xACC44768AF229042` |
| Hash | `0xACC44768AF229042` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xACC44768AF229042()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xACC44768AF229042, )
```
---
## _0xAFA14F98327791CE
| Property | Value |
|----------|-------|
| Native Name | `_0xAFA14F98327791CE` |
| Hash | `0xAFA14F98327791CE` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `sessionRequestId` (Any*) |
### Parameters
- **`sessionRequestId`** (`Any*`)
### Usage
**Lua (Direct):**
```lua
local result = _0xAFA14F98327791CE(sessionRequestId)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xAFA14F98327791CE, sessionRequestId)
```
---
## _0xB131E686BD97B3F8
| Property | Value |
|----------|-------|
| Native Name | `_0xB131E686BD97B3F8` |
| Hash | `0xB131E686BD97B3F8` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xB131E686BD97B3F8()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xB131E686BD97B3F8, )
```
---
## _0xB389289F031F059A
| Property | Value |
|----------|-------|
| Native Name | `_0xB389289F031F059A` |
| Hash | `0xB389289F031F059A` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xB389289F031F059A()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xB389289F031F059A, )
```
---
## _0xBAF7E2979442B29F
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0xBAF7E2979442B29F` |
| Hash | `0xBAF7E2979442B29F` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = _0xBAF7E2979442B29F(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xBAF7E2979442B29F, p0)
```
---
## _0xBB1EC8C2EEF33BAA
| Property | Value |
|----------|-------|
| Native Name | `_0xBB1EC8C2EEF33BAA` |
| Hash | `0xBB1EC8C2EEF33BAA` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `entity` (Entity) |
### Parameters
- **`entity`** (`Entity`)
### Usage
**Lua (Direct):**
```lua
_0xBB1EC8C2EEF33BAA(entity)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xBB1EC8C2EEF33BAA, entity)
```
---
## _0xBB697756309D77EE
| Property | Value |
|----------|-------|
| Native Name | `_0xBB697756309D77EE` |
| Hash | `0xBB697756309D77EE` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = _0xBB697756309D77EE(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xBB697756309D77EE, p0)
```
---
## _0xBC7D36946D19E60E
**Description:** Only used in fm_race_controller R* Script (PROCESS_LOCAL_PLAYER_INIT)
| Property | Value |
|----------|-------|
| Native Name | `_0xBC7D36946D19E60E` |
| Hash | `0xBC7D36946D19E60E` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0xBC7D36946D19E60E(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xBC7D36946D19E60E, p0)
```
---
## _0xBF8276E51761F9DA
| Property | Value |
|----------|-------|
| Native Name | `_0xBF8276E51761F9DA` |
| Hash | `0xBF8276E51761F9DA` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xBF8276E51761F9DA()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xBF8276E51761F9DA, )
```
---
## _0xC028B3F52C707C49
| Property | Value |
|----------|-------|
| Native Name | `_0xC028B3F52C707C49` |
| Hash | `0xC028B3F52C707C49` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0xC028B3F52C707C49(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xC028B3F52C707C49, p0)
```
---
## _0xC0CFFDA87C2C163D
| Property | Value |
|----------|-------|
| Native Name | `_0xC0CFFDA87C2C163D` |
| Hash | `0xC0CFFDA87C2C163D` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (int), `p1` (Any), `p2` (int) |
### Parameters
- **`p0`** (`int`)
- **`p1`** (`Any`)
- **`p2`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0xC0CFFDA87C2C163D(p0, p1, p2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xC0CFFDA87C2C163D, p0, p1, p2)
```
---
## _0xC1968045EEB563B7
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0xC1968045EEB563B7` |
| Hash | `0xC1968045EEB563B7` |
| Return Type | `void` |
| Build | `1311` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0xC1968045EEB563B7(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xC1968045EEB563B7, p0)
```
---
## _0xC8B6D18E22484643
| Property | Value |
|----------|-------|
| Native Name | `_0xC8B6D18E22484643` |
| Hash | `0xC8B6D18E22484643` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xC8B6D18E22484643()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xC8B6D18E22484643, )
```
---
## _0xC964FCD3D1720697
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0xC964FCD3D1720697` |
| Hash | `0xC964FCD3D1720697` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xC964FCD3D1720697()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xC964FCD3D1720697, )
```
---
## _0xCA58D4FD20D70F24
| Property | Value |
|----------|-------|
| Native Name | `_0xCA58D4FD20D70F24` |
| Hash | `0xCA58D4FD20D70F24` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0xCA58D4FD20D70F24(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xCA58D4FD20D70F24, p0)
```
---
## _0xCC4E72C339461ED1
| Property | Value |
|----------|-------|
| Native Name | `_0xCC4E72C339461ED1` |
| Hash | `0xCC4E72C339461ED1` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0xCC4E72C339461ED1()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xCC4E72C339461ED1, )
```
---
## _0xCD53E6CBF609C012
| Property | Value |
|----------|-------|
| Native Name | `_0xCD53E6CBF609C012` |
| Hash | `0xCD53E6CBF609C012` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `ugcRequestId` (int) |
### Parameters
- **`ugcRequestId`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0xCD53E6CBF609C012(ugcRequestId)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0xCD53E6CBF609C012, ugcRequestId)
```
---
*End of NETWORK natives part 8*