GetCameraViewDistance: Difference between revisions

From Onset Developer Wiki
m (BlueMountains moved page GetPlayerCameraViewDistance to GetCameraViewDistance without leaving a redirect)
No edit summary
 
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Gets the player's camera view distance.}}


{{FuncSyntax|GetPlayerCameraViewDistance()}}
{{FuncSyntax|GetPlayerCameraViewDistance()}}
Line 11: Line 11:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua">
-- code here
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{CameraFunctions}}

Latest revision as of 16:56, 15 December 2019

GetCameraViewDistance

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the player's camera view distance.

Syntax

GetPlayerCameraViewDistance()

Parameters

  • This function has no parameters.

Return Value

  • __EDIT_ME__

Example

-- code here

See also