SetCombatStyle - Actor

Member of: Actor Script

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

SyntaxEdit

bool Function SetCombatStyle(CombatStyle akCombatStyle) native

ParametersEdit

Return ValueEdit

None

ExamplesEdit

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

See AlsoEdit