@@ -30,7 +30,6 @@ void CLuaPedDefs::LoadFunctions(void)
30
30
CLuaCFunctions::AddFunction (" getPedTotalAmmo" , GetPedTotalAmmo);
31
31
CLuaCFunctions::AddFunction (" getPedWeapon" , GetPedWeapon);
32
32
CLuaCFunctions::AddFunction (" getPedClothes" , GetPedClothes);
33
- CLuaCFunctions::AddFunction (" doesPedHaveJetPack" , DoesPedHaveJetPack); // deprecated since 1.5.5-9.13176
34
33
CLuaCFunctions::AddFunction (" isPedWearingJetpack" , DoesPedHaveJetPack); // introduced in 1.5.5-9.13176
35
34
CLuaCFunctions::AddFunction (" isPedOnGround" , IsPedOnGround);
36
35
CLuaCFunctions::AddFunction (" getPedFightingStyle" , GetPedFightingStyle);
@@ -53,8 +52,6 @@ void CLuaPedDefs::LoadFunctions(void)
53
52
CLuaCFunctions::AddFunction (" setPedStat" , SetPedStat);
54
53
CLuaCFunctions::AddFunction (" addPedClothes" , AddPedClothes);
55
54
CLuaCFunctions::AddFunction (" removePedClothes" , RemovePedClothes);
56
- CLuaCFunctions::AddFunction (" givePedJetPack" , GivePedJetPack); // deprecated in 1.5.5-9.13176
57
- CLuaCFunctions::AddFunction (" removePedJetPack" , RemovePedJetPack); // deprecated in 1.5.5-9.13176
58
55
CLuaCFunctions::AddFunction (" setPedWearingJetpack" , SetPedWearingJetpack); // introduced in 1.5.5-9.13176
59
56
CLuaCFunctions::AddFunction (" setPedFightingStyle" , SetPedFightingStyle);
60
57
CLuaCFunctions::AddFunction (" setPedWalkingStyle" , SetPedMoveAnim);
0 commit comments