All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:31, 29 April 2024 Shr0x talk contribs created page Gameplay::playTennisSwingAnim (Created page with "{{ClientsideJsFunction}} {{JSContainer| Plays tennis swing animation. ===Required Values=== *'''ped:''' {{RageType|number}} *'''animDict:''' {{RageType|string}} *'''animName:''' {{RageType|string}} *'''startPhase:''' {{RageType|float}} *'''playRate:''' {{RageType|float}} *'''slowBlend:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.playTennisSwingAnim(ped, animDict, animName, startP...")