Description
Wiki Description
Show/Hide the players first person geometry.
Documentation Comment
Show the players first person geometry.
Caveats
CK Wiki - Notes
- The game will crash if this function is called while the player is transformed into a werewolf.
Parameters
boolabShow=true
CK Wiki Description
True to show the geometry, false to hide it.
- Default:True
Examples
; Hide the 1st person geometry
Game.ShowFirstPersonGeometry(false); Show the 1st person geometry
Game.ShowFirstPersonGeometry()Auto-Generated Example
bool myBool__abShow
Game.ShowFirstPersonGeometry(myBool__abShow)