Ped::setAiWeaponDamageModifier: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
Line 8: Line 8:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
// todo
mp.game.ped.setAiWeaponDamageModifier(1.5);
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Ped_s_function_c}}
{{Ped_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 18:09, 28 July 2019

Syntax

mp.game.ped.setAiWeaponDamageModifier(value);

Required Arguments

  • value: float

Return value

  • Undefined

Example

mp.game.ped.setAiWeaponDamageModifier(1.5);

See also