ShowFirstPersonGeometry - Game
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()