ForceFirstPerson - Game

From the CreationKit Wiki
Revision as of 16:16, 18 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Force the player to go in to 1st person camera mode.

Syntax

Function ForceFirstPerson() native global

Parameters

None

Return Value

None.

Examples

; Make the player got to 1st person camera mode
Game.ForceFirstPerson()

See Also