ShowFirstPersonGeometry - Game

From the Fallout4 CreationKit Wiki
Revision as of 17:53, 18 October 2011 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()

See Also[edit | edit source]