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)