ShowFirstPersonGeometry - Game

Member of: Game Script

Show/Hide the players first person geometry.

SyntaxEdit

Function ShowFirstPersonGeometry(bool abShow = True) native global

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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


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

NotesEdit

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

See AlsoEdit