Dota 2 Workshop Tools/Scripting/API/CDOTA Modifier Lua Motion Both.UpdateHorizontalMotion

From Valve Developer Community
Jump to: navigation, search
Note.png Note:  This page is automatically generated. Any changes may be overwritten

Function Description

void UpdateHorizontalMotion(handle me, float dt)

Perform any motion from the given interval on the NPC.


Example
function CDOTA_Modifier_Lua_Motion_Both:UpdateHorizontalMotion( me, dt ) end

Parameters

Type Name Description
handle me No Description Set
float dt No Description Set