GetCameraLocation: Difference between revisions

From Onset Developer Wiki
m (BlueMountains moved page GetPlayerCameraLocation to GetCameraLocation without leaving a redirect)
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


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


{{FuncParameters}}
{{FuncParameters}}
{{FuncNoParam}}
{{FuncParamOptional|bSpectateCamera|Set to '''true''' to get the location of the spectate camera. Defaults to '''false'''.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 14:21, 5 November 2019

GetCameraLocation

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

GetPlayerCameraLocation([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__