CDOTA BaseNPC.StartGestureWithPlaybackRate

From Valve Developer Community
< Dota 2 Workshop Tools‎ | Scripting‎ | API
Revision as of 04:18, 16 June 2019 by Soer4769 (talk | contribs) (Added category to the page, added shortpagetitle template)
Jump to navigation Jump to search

Function Description

void StartGestureWithPlaybackRate(int nActivity fl PlaybackRate)

Add the given gesture activity with custom playback rate.


Example
function CDOTA_BaseNPC:StartGestureWithPlaybackRate( ACT_DOTA_SPAWN, 1.3 ) end