Get current ped variation

Hello,

I Know there is a function SetPedComponentVariation, but is there also a function GetPedComponentVariation or something?

Hi,

There’s no GetPedComponentVariation, but you have for drawable, texture and palette:

https://runtime.fivem.net/doc/natives/#_0x67F3780DD425D4FC
https://runtime.fivem.net/doc/natives/#_0x04A355E041E004E6
https://runtime.fivem.net/doc/natives/#_0xE3DD5F2A84B42281

1 Like

Thanks!