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
Parameters
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
