Background for Fallout 4
Member of the Actor script
voidfunctionSetCombatStyle(CombatStyleakCombatStyle)Native

Description

Wiki Description

Sets the CombatStyle on this actor. Passing None will clear the actor's combatstyle back to their default

Documentation Comment

Sets the combatstyle for this actor


Caveats


Parameters

CombatStyleakCombatStyle

CK Wiki Description

The CombatStyle to set on the actor.


Examples

; Set a custom combat style on Joe
Joe.SetCombatStyle(MyCustomCombatStyle)
; Set Joe's combat style back to his default
Joe.SetCombatStyle(None)

Auto-Generated Example

CombatStyle myCombatStyle__akCombatStyle

myActor__toCallFunctionOn.SetCombatStyle(myCombatStyle__akCombatStyle)

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.