Background for Fallout 4
Member of the InputEnableLayer script
boolfunctionIsFightingEnabled()Native

Description

Wiki Description

Checks to see if fighting controls are currently enabled on this layer or not.

Documentation Comment

Returns whether fighting is enabled on this layer


Caveats


Examples

; Are fighting controls disabled on this layer?
if myLayer.IsFightingEnabled()
  Debug.Trace("Player can fight (if no one else has denied)!")
endIf

Auto-Generated Example

bool returnedValue = myInputEnableLayer__toCallFunctionOn.IsFightingEnabled()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.