Player::setSweat: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
m (category)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
==See also==
==See also==
{{Player_function_c}}
{{Player_function_c}}
[[Category: Player Appearance]]
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category:Client-side Function]]

Latest revision as of 13:26, 30 April 2019

Sweat is set to 100.0 or 0.0 in the decompiled scripts.

Syntax

player.setSweat(sweat);

Required Arguments

  • sweat: float

Return value

  • Undefined

Example

// todo

See also