Native referenceFiveM

GET_MOUNT

0xE7E11B8DCBED1058 PED
FUNCTION SIGNATURE
Ped GET_MOUNT(Ped ped);
Property Value
Native Name GET_MOUNT
Hash 0xE7E11B8DCBED1058
Return Type Ped
Parameters ped (Ped)

Description: ``` Function just returns 0
void __fastcall ped__get_mount(NativeContext *a1)
{
NativeContext *v1; // rbx@1
v1 = a1;
GetAddressOfPedFromScriptHandle(a1->Args->Arg1);
v1->Returns->Item1= 0;
}

Back to PED