Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.GetFixedRespawnTime: 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:
''' float GetFixedRespawnTime() '''
''' float GetFixedRespawnTime() '''


''returns the fixed respawn time''
''Gets the fixed respawn time.''




Line 14: Line 14:
;Example
;Example
<source lang="lua">
<source lang="lua">
--some code here
function CDOTABaseGameMode:GetFixedRespawnTime(  ) end
</source>
</source>


== Returns ==
== Returns ==


''float'' - respawn time, in seconds
''float'' - No Description Set

Revision as of 23:08, 18 June 2015

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

Function Description

float GetFixedRespawnTime()

Gets the fixed respawn time.


Example
function CDOTABaseGameMode:GetFixedRespawnTime(  ) end

Returns

float - No Description Set