ShowFirstPersonGeometry - Game

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Show/Hide the players first person geometry.

Syntax[edit | edit source]

Function ShowFirstPersonGeometry(bool abShow = True) native global

Parameters[edit | edit source]

  • abShow: True to show the geometry, false to hide it.
    • Default: True

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Hide the 1st person geometry
Game.ShowFirstPersonGeometry(false)


; Show the 1st person geometry
Game.ShowFirstPersonGeometry()

Notes[edit | edit source]

  • The game will crash if this function is called while the player is transformed into a werewolf.

See Also[edit | edit source]