void _CREATE_AI_MEMORY(`args` (Any*), `aiMemoryType` (int));
Description: aiMemoryType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/_CREATE_AI_MEMORY
| Property |
Value |
| Native Name |
_CREATE_AI_MEMORY |
| Hash |
0x88BC5F4AEF77FC4E |
| Return Type |
void |
| Build |
1207 |
| Parameters |
args (Any*), aiMemoryType (int) |
Parameters
args (Any*)
aiMemoryType (int)
Usage
Lua (Direct):
CreateAiMemory(args, aiMemoryType)
Lua (Hash):
Citizen.InvokeNative(0x88BC5F4AEF77FC4E, args, aiMemoryType)
Back to MISC