SetBeastForm - Game
Revision as of 16:44, 18 October 2011 by imported>Jlundin
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)