_GET_CARRIED_ATTACHED_INFO_FOR_SLOT
Outputs carriable infos for selected ped carriable slot. Parameters: - outData: Any* — A structure of 4 explained below - ped: Ped to check - carriableSlot: int See TASK_CARRIABLE for available slots - p3: int always 0 in R* scripts
PEDBuild 1207
Signature
lua
GetCarriedAttachedInfoForSlot(outData, PlayerPedId(), 0, 0)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| Any* | — | |
| Ped | — | |
| int | — | |
| int | — |
Usage
Named call
GetCarriedAttachedInfoForSlot(outData, PlayerPedId(), 0, 0)InvokeNative
Citizen.InvokeNative(0x608BC6A6AACD5036, outData, PlayerPedId(), 0, 0)lua 1
struct outData
{
Hash model;
Hash carryConfig;
Hash carriableSlot;
Entity entityCarried;
}Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
