@citizenfx/client 2.0.7324-1 → 2.0.7329-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/natives_universal.d.ts +1 -1
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -38474,7 +38474,7 @@ declare function RegisterObjectScriptBrain(scriptName: string, modelHash: string
|
|
|
38474
38474
|
/**
|
|
38475
38475
|
* gtaforums.com/topic/885580-ped-headshotmugshot-txd/
|
|
38476
38476
|
* @param ped The ped you want to take the "headshot" of.
|
|
38477
|
-
* @return It returns a Pedheadshot handle, which can be used by natives such as [GET_PEDHEADSHOT_TXD_STRING](
|
|
38477
|
+
* @return It returns a Pedheadshot handle, which can be used by natives such as [`GET_PEDHEADSHOT_TXD_STRING`](#\_0xDB4EACD4AD0A5D6B)
|
|
38478
38478
|
*/
|
|
38479
38479
|
declare function RegisterPedheadshot(ped: number): number;
|
|
38480
38480
|
|