ForceFirstPerson - Game

Revision as of 11:12, 29 March 2014 by imported>Terra Nova2

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

Notes

  • If this is called immediately on quest start as the result of an OnInit firing, this function will not fire.

See Also