EnableFirstPersonCamera

From Onset Developer Wiki
Revision as of 16:08, 20 October 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Switches the player camera between 1st and 3rd person.}} {{FuncSyntax|EnableFirstPersonCamera(bEnable)}} {{FuncParameters}} {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
EnableFirstPersonCamera

Type: Function
Context: Client
Introduced: v1.0

Description

Switches the player camera between 1st and 3rd person.

Syntax

EnableFirstPersonCamera(bEnable)

Parameters

  • bEnable
    true to enable, false to disable.

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also

__EDIT_ME__