GetCameraLocation: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|GetPlayerCameraLocation([bSpectateCamera])}}
{{FuncSyntax|GetCameraLocation([bSpectateCamera])}}


{{FuncParameters}}
{{FuncParameters}}

Latest revision as of 21:23, 3 December 2019

GetCameraLocation

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

GetCameraLocation([bSpectateCamera])

Parameters

  • bSpectateCamera (optional)
    Set to true to get the location of the spectate camera. Defaults to false.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__