Description
Wiki Description
Checks to see if fighting controls are currently enabled or not.
Documentation Comment
Are the fighting controls enabled?
Caveats
Examples
; Can the player fight?
if Game.IsFightingControlsEnabled()
Debug.Trace("Player can fight!")
endIfAuto-Generated Example
bool returnedValue = Game.IsFightingControlsEnabled()