SetCameraLocation: Difference between revisions

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


{{FuncSyntax|SetPlayerCameraLocation(x, y, z [, bWorldSpace])}}
{{FuncSyntax|SetCameraLocation(x, y, z [, bWorldSpace])}}


{{FuncParameters}}
{{FuncParameters}}

Revision as of 21:00, 25 November 2019

SetCameraLocation

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetCameraLocation(x, y, z [, bWorldSpace])

Parameters

  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • z
    __EDIT_ME__
  • bWorldSpace (optional)
    true for world space, false for relative location.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__