Dota 2 Workshop Tools/Scripting/API/CDOTA Modifier Lua Vertical Motion.UpdateVerticalMotion

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

Function Description

void UpdateVerticalMotion(handle me, float dt)

Perform any motion from the given interval on the NPC.


Example
function CDOTA_Modifier_Lua_Vertical_Motion:UpdateVerticalMotion( me, dt ) end

Parameters

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