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


''Gets the camera distance
''Set a different camera distance; dota default is 1134.''
dota default is 1134.''




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


== Returns ==
== Returns ==


''float'' - Returns true if the announcer is disabled
''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 GetCameraDistanceOverride()

Set a different camera distance; dota default is 1134.


Example
function CDOTABaseGameMode:GetCameraDistanceOverride(  ) end

Returns

float - No Description Set