Background for Skyrim SE
Member of the Game script
voidfunctionSetBeastForm(boolabEntering)NativeGlobal

Description

Wiki Description

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

Documentation Comment

Called as we enter/exit beast form


Caveats


Parameters

boolabEntering

CK Wiki Description

True if entering beast form, false if exiting.


Examples

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

Auto-Generated Example

bool myBool__abEntering

Game.SetBeastForm(myBool__abEntering)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.