# COMPAPP Natives
Red Dead Redemption 3 Native Functions Reference
**Namespace:** COMPAPP
**Natives in this file:** 5
**Generated from:** RDR3natives JSON data
---
## _0x29C733459A9011EB
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0x29C733459A9011EB` |
| Hash | `0x29C733459A9011EB` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Hash), `p1` (const char*) |
### Parameters
- **`p0`** (`Hash`)
- **`p1`** (`const char*`)
### Usage
**Lua (Direct):**
```lua
_0x29C733459A9011EB(p0, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x29C733459A9011EB, p0, p1)
```
---
## _0x74BCCEB233AD95B2
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0x74BCCEB233AD95B2` |
| Hash | `0x74BCCEB233AD95B2` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Hash), `p1` (Hash) |
### Parameters
- **`p0`** (`Hash`)
- **`p1`** (`Hash`)
### Usage
**Lua (Direct):**
```lua
_0x74BCCEB233AD95B2(p0, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0x74BCCEB233AD95B2, p0, p1)
```
---
## _0x7AF1BB4504EA5ED9
**Description:** Hardcoded to return false.
| Property | Value |
|----------|-------|
| Native Name | `_0x7AF1BB4504EA5ED9` |
| Hash | `0x7AF1BB4504EA5ED9` |
| Return Type | `BOOL` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
local result = _0x7AF1BB4504EA5ED9()
```
**Lua (Hash):**
```lua
local result = Citizen.InvokeNative(0x7AF1BB4504EA5ED9, )
```
---
## _0xB6FD96420C0126A1
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0xB6FD96420C0126A1` |
| Hash | `0xB6FD96420C0126A1` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | `p0` (Hash), `p1` (BOOL) |
### Parameters
- **`p0`** (`Hash`)
- **`p1`** (`BOOL`)
### Usage
**Lua (Direct):**
```lua
_0xB6FD96420C0126A1(p0, p1)
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xB6FD96420C0126A1, p0, p1)
```
---
## _0xCCB4635A071FB62D
**Description:** nullsub, doesn't do anything
| Property | Value |
|----------|-------|
| Native Name | `_0xCCB4635A071FB62D` |
| Hash | `0xCCB4635A071FB62D` |
| Return Type | `void` |
| Build | `1207` |
| Parameters | None |
### Usage
**Lua (Direct):**
```lua
_0xCCB4635A071FB62D()
```
**Lua (Hash):**
```lua
Citizen.InvokeNative(0xCCB4635A071FB62D, )
```
---
*End of COMPAPP natives*