GetCameraForwardVector: Difference between revisions

From Onset Developer Wiki
m (BlueMountains moved page GetPlayerCameraForwardVector to GetCameraForwardVector without leaving a redirect)
No edit summary
Line 11: Line 11:


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


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

Revision as of 16:56, 15 December 2019

GetCameraForwardVector

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

GetPlayerCameraForwardVector()

Parameters

  • This function has no parameters.

Return Value

  • __EDIT_ME__

Example

-- code here

See also