GetCameraLocation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetPlayerCameraLocation()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} =...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|GetPlayerCameraLocation()}}
{{FuncSyntax|GetCameraLocation([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__}}

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__