SetBeastForm - Game

From the CreationKit Wiki
Revision as of 16:44, 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

Informs the code that the player has entered or exited beast form. Disables / enables beast form controls and functionality.

Syntax[edit | edit source]

Function SetBeastForm(bool abEntering) native global

Parameters[edit | edit source]

  • abEntering: True if entering beast form, false if exiting.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Force the player into beast form
Game.SetBeastForm(true)

See Also[edit | edit source]