# NETWORK Natives - Part 7 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
---
## _0x1E4E097D71D449FB
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x1E4E097D71D449FB` |
| Hash | `0x1E4E097D71D449FB` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = _0x1E4E097D71D449FB(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x1E4E097D71D449FB, p0)
```
---
## _0x232E1EB23CDB313C
| Property | Value |
|----------|-------|
| Native Name | `_0x232E1EB23CDB313C` |
| Hash | `0x232E1EB23CDB313C` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0x232E1EB23CDB313C()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x232E1EB23CDB313C, )
```
---
## _0x236321F1178A5446
**Description:** _NETWORK_GET_A* - _NETWORK_GET_D*
| Property | Value |
|----------|-------|
| Native Name | `_0x236321F1178A5446` |
| Hash | `0x236321F1178A5446` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `player` (Player), `ped` (Ped), `p2` (Any*) |
### Parameters
- **`player`** (`Player`)
- **`ped`** (`Ped`)
- **`p2`** (`Any*`)
### Usage
**Lua (Direct):**
```lua
local result = _0x236321F1178A5446(player, ped, p2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x236321F1178A5446, player, ped, p2)
```
---
## _0x2686BD9566B65EDA
| Property | Value |
|----------|-------|
| Native Name | `_0x2686BD9566B65EDA` |
| Hash | `0x2686BD9566B65EDA` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `x` (float), `y` (float), `z` (float) |
### Parameters
- **`x`** (`float`)
- **`y`** (`float`)
- **`z`** (`float`)
### Usage
**Lua (Direct):**
```lua
_0x2686BD9566B65EDA(x, y, z)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x2686BD9566B65EDA, x, y, z)
```
---
## _0x26A867C0B7A456D1
**Description:** _GET_LAUNCH_PARAM_(RESPOT?)*
Name is probably invalid since this native only reads data from parsed entity.
| Property | Value |
|----------|-------|
| Native Name | `_0x26A867C0B7A456D1` |
| Hash | `0x26A867C0B7A456D1` |
| Return Type | `BOOL` |
| Build | `1232` |
| Parameters | `entity` (Entity) |
### Parameters
- **`entity`** (`Entity`)
### Usage
**Lua (Direct):**
```lua
local result = _0x26A867C0B7A456D1(entity)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x26A867C0B7A456D1, entity)
```
---
## _0x271F95E55C663B8B
| Property | Value |
|----------|-------|
| Native Name | `_0x271F95E55C663B8B` |
| Hash | `0x271F95E55C663B8B` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (Any), `p1` (Any) |
### Parameters
- **`p0`** (`Any`)
- **`p1`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0x271F95E55C663B8B(p0, p1)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x271F95E55C663B8B, p0, p1)
```
---
## _0x273E04A3A7AD1F2D
| Property | Value |
|----------|-------|
| Native Name | `_0x273E04A3A7AD1F2D` |
| Hash | `0x273E04A3A7AD1F2D` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0x273E04A3A7AD1F2D()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x273E04A3A7AD1F2D, )
```
---
## _0x27B1AE4D8C652F08
| Property | Value |
|----------|-------|
| Native Name | `_0x27B1AE4D8C652F08` |
| Hash | `0x27B1AE4D8C652F08` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x27B1AE4D8C652F08(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x27B1AE4D8C652F08, p0)
```
---
## _0x2C4E98DDA475364F
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0x2C4E98DDA475364F` |
| Hash | `0x2C4E98DDA475364F` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (const char*) |
### Parameters
- **`p0`** (`const char*`)
### Usage
**Lua (Direct):**
```lua
_0x2C4E98DDA475364F(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x2C4E98DDA475364F, p0)
```
---
## _0x2CD41AC000E6F611
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0x2CD41AC000E6F611` |
| Hash | `0x2CD41AC000E6F611` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x2CD41AC000E6F611()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x2CD41AC000E6F611, )
```
---
## _0x3034C77C79A58880
| Property | Value |
|----------|-------|
| Native Name | `_0x3034C77C79A58880` |
| Hash | `0x3034C77C79A58880` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x3034C77C79A58880(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x3034C77C79A58880, p0)
```
---
## _0x316FD416C432C761
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x316FD416C432C761` |
| Hash | `0x316FD416C432C761` |
| Return Type | `BOOL` |
| Build | `1311` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0x316FD416C432C761()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x316FD416C432C761, )
```
---
## _0x335AF56613CA0F49
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x335AF56613CA0F49` |
| Hash | `0x335AF56613CA0F49` |
| Return Type | `void` |
| Build | `1311` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0x335AF56613CA0F49(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x335AF56613CA0F49, p0)
```
---
## _0x34BC1E79546BA543
**Description:** _NETWORK_A* - _NETWORK_C*
| Property | Value |
|----------|-------|
| Native Name | `_0x34BC1E79546BA543` |
| Hash | `0x34BC1E79546BA543` |
| Return Type | `void` |
| Build | `1232` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x34BC1E79546BA543(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x34BC1E79546BA543, p0)
```
---
## _0x3AA0CDC63696166D
| Property | Value |
|----------|-------|
| Native Name | `_0x3AA0CDC63696166D` |
| Hash | `0x3AA0CDC63696166D` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x3AA0CDC63696166D(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x3AA0CDC63696166D, p0)
```
---
## _0x3CBD6565D9C3B133
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x3CBD6565D9C3B133` |
| Hash | `0x3CBD6565D9C3B133` |
| Return Type | `void` |
| Build | `1311` |
| Parameters | `p0` (int), `p1` (int), `p2` (float) |
### Parameters
- **`p0`** (`int`)
- **`p1`** (`int`)
- **`p2`** (`float`)
### Usage
**Lua (Direct):**
```lua
_0x3CBD6565D9C3B133(p0, p1, p2)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x3CBD6565D9C3B133, p0, p1, p2)
```
---
## _0x3E4A16BC669E71B3
| Property | Value |
|----------|-------|
| Native Name | `_0x3E4A16BC669E71B3` |
| Hash | `0x3E4A16BC669E71B3` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0x3E4A16BC669E71B3()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x3E4A16BC669E71B3, )
```
---
## _0x3E74A687A73979C6
| Property | Value |
|----------|-------|
| Native Name | `_0x3E74A687A73979C6` |
| Hash | `0x3E74A687A73979C6` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x3E74A687A73979C6(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x3E74A687A73979C6, p0)
```
---
## _0x3E8CCE6769DB5F34
**Description:** Stadia only; always returns -1 on other platforms. p0 may be a BOOL.
| Property | Value |
|----------|-------|
| Native Name | `_0x3E8CCE6769DB5F34` |
| Hash | `0x3E8CCE6769DB5F34` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x3E8CCE6769DB5F34(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x3E8CCE6769DB5F34, p0)
```
---
## _0x3F0ABAE38A0515AD
| Property | Value |
|----------|-------|
| Native Name | `_0x3F0ABAE38A0515AD` |
| Hash | `0x3F0ABAE38A0515AD` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (int), `p1` (int) |
### Parameters
- **`p0`** (`int`)
- **`p1`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0x3F0ABAE38A0515AD(p0, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x3F0ABAE38A0515AD, p0, p1)
```
---
## _0x3F2EE18A3E294801
| Property | Value |
|----------|-------|
| Native Name | `_0x3F2EE18A3E294801` |
| Hash | `0x3F2EE18A3E294801` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x3F2EE18A3E294801(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x3F2EE18A3E294801, p0)
```
---
## _0x405DDEFB1F531B18
| Property | Value |
|----------|-------|
| Native Name | `_0x405DDEFB1F531B18` |
| Hash | `0x405DDEFB1F531B18` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `volume` (Volume), `p1` (BOOL), `p2` (Any), `p3` (Any) |
### Parameters
- **`volume`** (`Volume`)
- **`p1`** (`BOOL`)
- **`p2`** (`Any`)
- **`p3`** (`Any`)
### Usage
**Lua (Direct):**
```lua
_0x405DDEFB1F531B18(volume, p1, p2, p3)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x405DDEFB1F531B18, volume, p1, p2, p3)
```
---
## _0x40FEDB13870042F1
**Description:** Note: this native was added in build 1355.30
| Property | Value |
|----------|-------|
| Native Name | `_0x40FEDB13870042F1` |
| Hash | `0x40FEDB13870042F1` |
| Return Type | `void` |
| Build | `1355` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x40FEDB13870042F1()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x40FEDB13870042F1, )
```
---
## _0x41452E8A3B9C0C4B
| Property | Value |
|----------|-------|
| Native Name | `_0x41452E8A3B9C0C4B` |
| Hash | `0x41452E8A3B9C0C4B` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0x41452E8A3B9C0C4B()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x41452E8A3B9C0C4B, )
```
---
## _0x422F9D6D6C7BC290
**Description:** Note: this native was added in build 1355.30
| Property | Value |
|----------|-------|
| Native Name | `_0x422F9D6D6C7BC290` |
| Hash | `0x422F9D6D6C7BC290` |
| Return Type | `void` |
| Build | `1355` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0x422F9D6D6C7BC290(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x422F9D6D6C7BC290, p0)
```
---
## _0x43CF999205084B4B
| Property | Value |
|----------|-------|
| Native Name | `_0x43CF999205084B4B` |
| Hash | `0x43CF999205084B4B` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x43CF999205084B4B()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x43CF999205084B4B, )
```
---
## _0x4538EE7C321590BC
**Description:** Returns the entity associated with the given network ID.
| Property | Value |
|----------|-------|
| Native Name | `_0x4538EE7C321590BC` |
| Hash | `0x4538EE7C321590BC` |
| Return Type | `Entity` |
| Build | `1207` |
| Parameters | `networkId` (int) |
### Parameters
- **`networkId`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x4538EE7C321590BC(networkId)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x4538EE7C321590BC, networkId)
```
---
## _0x455156F47DC6B78C
| Property | Value |
|----------|-------|
| Native Name | `_0x455156F47DC6B78C` |
| Hash | `0x455156F47DC6B78C` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x455156F47DC6B78C(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x455156F47DC6B78C, p0)
```
---
## _0x4835413EA6F9C9CD
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x4835413EA6F9C9CD` |
| Hash | `0x4835413EA6F9C9CD` |
| Return Type | `int` |
| Build | `1311` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
local result = _0x4835413EA6F9C9CD(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x4835413EA6F9C9CD, p0)
```
---
## _0x49CF17A564918E8D
| Property | Value |
|----------|-------|
| Native Name | `_0x49CF17A564918E8D` |
| Hash | `0x49CF17A564918E8D` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x49CF17A564918E8D()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x49CF17A564918E8D, )
```
---
## _0x5133CF81924F1129
**Description:** Hardcoded to return zero.
| Property | Value |
|----------|-------|
| Native Name | `_0x5133CF81924F1129` |
| Hash | `0x5133CF81924F1129` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0x5133CF81924F1129()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x5133CF81924F1129, )
```
---
## _0x51951DE06C0D1C40
| Property | Value |
|----------|-------|
| Native Name | `_0x51951DE06C0D1C40` |
| Hash | `0x51951DE06C0D1C40` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `player` (Player), `type` (int) |
### Parameters
- **`player`** (`Player`)
- **`type`** (`int`)
### Usage
**Lua (Direct):**
```lua
_0x51951DE06C0D1C40(player, type)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x51951DE06C0D1C40, player, type)
```
---
## _0x564552C6AF1EEAB1
| Property | Value |
|----------|-------|
| Native Name | `_0x564552C6AF1EEAB1` |
| Hash | `0x564552C6AF1EEAB1` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x564552C6AF1EEAB1()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x564552C6AF1EEAB1, )
```
---
## _0x5759160AC17C13CE
| Property | Value |
|----------|-------|
| Native Name | `_0x5759160AC17C13CE` |
| Hash | `0x5759160AC17C13CE` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `gamerHandle` (Any*), `message` (const char*) |
### Parameters
- **`gamerHandle`** (`Any*`)
- **`message`** (`const char*`)
### Usage
**Lua (Direct):**
```lua
_0x5759160AC17C13CE(gamerHandle, message)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x5759160AC17C13CE, gamerHandle, message)
```
---
## _0x5A91BCEF74944E93
| Property | Value |
|----------|-------|
| Native Name | `_0x5A91BCEF74944E93` |
| Hash | `0x5A91BCEF74944E93` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `player` (Player), `p1` (float) |
### Parameters
- **`player`** (`Player`)
- **`p1`** (`float`)
### Usage
**Lua (Direct):**
```lua
_0x5A91BCEF74944E93(player, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x5A91BCEF74944E93, player, p1)
```
---
## _0x5B9C6AC118FD4774
| Property | Value |
|----------|-------|
| Native Name | `_0x5B9C6AC118FD4774` |
| Hash | `0x5B9C6AC118FD4774` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x5B9C6AC118FD4774()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x5B9C6AC118FD4774, )
```
---
## _0x5CB8B0C846D0F30B
| Property | Value |
|----------|-------|
| Native Name | `_0x5CB8B0C846D0F30B` |
| Hash | `0x5CB8B0C846D0F30B` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
_0x5CB8B0C846D0F30B(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x5CB8B0C846D0F30B, p0)
```
---
## _0x5CD3AAD8FF9ED121
| Property | Value |
|----------|-------|
| Native Name | `_0x5CD3AAD8FF9ED121` |
| Hash | `0x5CD3AAD8FF9ED121` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Any) |
### Parameters
- **`p0`** (`Any`)
### Usage
**Lua (Direct):**
```lua
_0x5CD3AAD8FF9ED121(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x5CD3AAD8FF9ED121, p0)
```
---
## _0x5D3C528B7A7DF836
**Description:** _NETWORK_SPAWN_CONFIG_*
| Property | Value |
|----------|-------|
| Native Name | `_0x5D3C528B7A7DF836` |
| Hash | `0x5D3C528B7A7DF836` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `nsctf` (Hash) |
### Parameters
- **`nsctf`** (`Hash`)
### Usage
**Lua (Direct):**
```lua
_0x5D3C528B7A7DF836(nsctf)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x5D3C528B7A7DF836, nsctf)
```
---
## _0x5ED39DA62BEB1330
| Property | Value |
|----------|-------|
| Native Name | `_0x5ED39DA62BEB1330` |
| Hash | `0x5ED39DA62BEB1330` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x5ED39DA62BEB1330(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x5ED39DA62BEB1330, p0)
```
---
## _0x5F0E99071582DECA
| Property | Value |
|----------|-------|
| Native Name | `_0x5F0E99071582DECA` |
| Hash | `0x5F0E99071582DECA` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (Any), `index` (int), `p2` (int) |
### Parameters
- **`p0`** (`Any`)
- **`index`** (`int`)
- **`p2`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x5F0E99071582DECA(p0, index, p2)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x5F0E99071582DECA, p0, index, p2)
```
---
## _0x5F328FC909F0E0FF
**Description:** Note: this native was added in build 1311.23
| Property | Value |
|----------|-------|
| Native Name | `_0x5F328FC909F0E0FF` |
| Hash | `0x5F328FC909F0E0FF` |
| Return Type | `BOOL` |
| Build | `1311` |
| Parameters | `p0` (int), `p1` (int), `p2` (int), `p3` (int) |
### Parameters
- **`p0`** (`int`)
- **`p1`** (`int`)
- **`p2`** (`int`)
- **`p3`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x5F328FC909F0E0FF(p0, p1, p2, p3)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x5F328FC909F0E0FF, p0, p1, p2, p3)
```
---
## _0x603469298A4308AF
| Property | Value |
|----------|-------|
| Native Name | `_0x603469298A4308AF` |
| Hash | `0x603469298A4308AF` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (BOOL) |
### Parameters
- **`p0`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0x603469298A4308AF(p0)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x603469298A4308AF, p0)
```
---
## _0x61BFBAA795E712AD
| Property | Value |
|----------|-------|
| Native Name | `_0x61BFBAA795E712AD` |
| Hash | `0x61BFBAA795E712AD` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x61BFBAA795E712AD()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x61BFBAA795E712AD, )
```
---
## _0x64A36BA85CE01A81
| Property | Value |
|----------|-------|
| Native Name | `_0x64A36BA85CE01A81` |
| Hash | `0x64A36BA85CE01A81` |
| Return Type | `Any` |
| Build | `1207` |
| Parameters | `p0` (Any), `p1` (Any), `p2` (Any), `p3` (Any) |
### Parameters
- **`p0`** (`Any`)
- **`p1`** (`Any`)
- **`p2`** (`Any`)
- **`p3`** (`Any`)
### Usage
**Lua (Direct):**
```lua
local result = _0x64A36BA85CE01A81(p0, p1, p2, p3)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x64A36BA85CE01A81, p0, p1, p2, p3)
```
---
## _0x67CCDF74C4DF7169
| Property | Value |
|----------|-------|
| Native Name | `_0x67CCDF74C4DF7169` |
| Hash | `0x67CCDF74C4DF7169` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0x67CCDF74C4DF7169()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x67CCDF74C4DF7169, )
```
---
## _0x691E4DE5309EAEFC
| Property | Value |
|----------|-------|
| Native Name | `_0x691E4DE5309EAEFC` |
| Hash | `0x691E4DE5309EAEFC` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Any), `p1` (Any*) |
### Parameters
- **`p0`** (`Any`)
- **`p1`** (`Any*`)
### Usage
**Lua (Direct):**
```lua
_0x691E4DE5309EAEFC(p0, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x691E4DE5309EAEFC, p0, p1)
```
---
## _0x6C27442A225A241A
| Property | Value |
|----------|-------|
| Native Name | `_0x6C27442A225A241A` |
| Hash | `0x6C27442A225A241A` |
| Return Type | `int` |
| Build | `1207` |
| Parameters | `p0` (int) |
### Parameters
- **`p0`** (`int`)
### Usage
**Lua (Direct):**
```lua
local result = _0x6C27442A225A241A(p0)
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x6C27442A225A241A, p0)
```
---
## _0x6C7E04E9DE451789
| Property | Value |
|----------|-------|
| Native Name | `_0x6C7E04E9DE451789` |
| Hash | `0x6C7E04E9DE451789` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x6C7E04E9DE451789()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x6C7E04E9DE451789, )
```
---
## _0x6CEE2E30021DAEC6
**Description:** _NETWORK_SPAWN_CONFIG_*
| Property | Value |
|----------|-------|
| Native Name | `_0x6CEE2E30021DAEC6` |
| Hash | `0x6CEE2E30021DAEC6` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0x6CEE2E30021DAEC6()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x6CEE2E30021DAEC6, )
```
---
*End of NETWORK natives part 7*