Difference between revisions of "SetCombatStyle - ActorBase"
Jump to navigation
Jump to search
Added Note on Combat after testing
imported>Sagitarius22 |
imported>TidalWraith (Added Note on Combat after testing) |
||
Line 20: | Line 20: | ||
*This is a function performed on an ActorBase, meaning all Actors derived from this will have this combat style. | *This is a function performed on an ActorBase, meaning all Actors derived from this will have this combat style. | ||
*SKSE does not provide CombatStyle properties as of yet. You'll have to put the combat style in a FormList, then cast it to a CombatStyle. | *SKSE does not provide CombatStyle properties as of yet. You'll have to put the combat style in a FormList, then cast it to a CombatStyle. | ||
*Combat Styles are locked for the duration of combat, if an Actor is in combat when this is called their combat style will not change. | |||
== Examples == | == Examples == |