Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.SetMinimumAttackSpeed: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 8: Line 8:
''' void SetMinimumAttackSpeed(int ''nMinSpeed'') '''
''' void SetMinimumAttackSpeed(int ''nMinSpeed'') '''


''CDOTABaseGameMode:SetMinimumAttackSpeed''
''Set the minimum attack speed for units.''





Revision as of 23:16, 18 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void SetMinimumAttackSpeed(int nMinSpeed)

Set the minimum attack speed for units.


Example
function CDOTABaseGameMode:SetMinimumAttackSpeed( nMinSpeed ) end

Parameters

Type Name Description
int nMinSpeed No Description Set